Skip to content

Commit 26ee1ec

Browse files
chore: sync files with stordco/common-config-elixir (#50)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent cfcf414 commit 26ee1ec

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/release-please-config-stable.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@
2121
"type": "chore",
2222
"section": "Miscellaneous",
2323
"hidden": false
24+
},
25+
{
26+
"type": "docs",
27+
"section": "Miscellaneous",
28+
"hidden": false
2429
}
2530
],
2631
"draft": false,

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
return;
3131
}
3232
33-
const REGEX = /^(feat!|fix!|hotfix!|fix|feat|chore|hotfix|(fix|feat|chore|hotfix)\(\w.*\)):\s(\[\w{1,8}-\d{1,8}\]|.*).*/;
33+
const REGEX = /^(feat!|fix!|hotfix!|fix|feat|chore|hotfix|docs|(fix|feat|chore|hotfix|docs)\(\w.*\)):\s(\[\w{1,8}-\d{1,8}\]|.*).*/;
3434
3535
if (!REGEX.test(title)) {
3636
core.setFailed("Pull request title does not follow conventional commits");

0 commit comments

Comments
 (0)