We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467137a commit f2369bbCopy full SHA for f2369bb
.github/workflows/test.yml
@@ -3,7 +3,7 @@ on: # rebuild any PRs and main branch changes
3
pull_request:
4
push:
5
branches:
6
- - main
+ - fork
7
- 'releases/*'
8
9
jobs:
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@v4
33
- uses: ./
34
with:
35
- pattern: '\[(BUGFIX|DOCS|FEATURE|TASK)\] .+$'
36
- error: 'Your first line has to contain a commit type like "[BUGFIX]".'
+ pattern: '^(chore|bump|fix|feature).+$'
+ error: 'Your first line has to contain a commit type like "feature".'
37
checkAllCommitMessages: 'true'
38
accessToken: ${{ secrets.GITHUB_TOKEN }}
0 commit comments