Skip to content

Commit

Permalink
chore/title-checker-update (#1547)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Oct 5, 2023
1 parent 65effc7 commit 29a66f9
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .github/pr-title-checker-config.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
{
"LABEL": {
"name": "title needs formatting",
"color": "EEEEEE"
},
"CHECKS": {
"prefixes": ["fix: ", "feat: ","chore: ","docs: ","test: ","refactor: "],
"prefixes": [
"fix: ",
"feat: ",
"chore: ",
"docs: ",
"test: ",
"refactor: "
],
"regexp": "docs\\(v[0-9]\\): ",
"regexpFlags": "i"
},
Expand Down

0 comments on commit 29a66f9

Please sign in to comment.