Skip to content

Commit f2369bb

Browse files
committed
fix: smoketest with our preferred commit conventions
1 parent 467137a commit f2369bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes
33
pull_request:
44
push:
55
branches:
6-
- main
6+
- fork
77
- 'releases/*'
88

99
jobs:
@@ -32,7 +32,7 @@ jobs:
3232
- uses: actions/checkout@v4
3333
- uses: ./
3434
with:
35-
pattern: '\[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
36-
error: 'Your first line has to contain a commit type like "[BUGFIX]".'
35+
pattern: '^(chore|bump|fix|feature).+$'
36+
error: 'Your first line has to contain a commit type like "feature".'
3737
checkAllCommitMessages: 'true'
3838
accessToken: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)