Skip to content

Commit

Permalink
feat: allow coverage prefix (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss authored Nov 25, 2024
1 parent 22d484e commit 85c899e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ public class PullRequestStatusCheckController : ControllerBase
"build",
"chore",
"ci",
"coverage",
"docs",
"perf",
"refactor",
Expand Down Expand Up @@ -159,4 +160,4 @@ private bool ValidateTitle(string title)

return false;
}
}
}

0 comments on commit 85c899e

Please sign in to comment.