We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 30c16f1 commit f33d1d8Copy full SHA for f33d1d8
1 file changed
.github/workflows/check_commits.yml
@@ -24,7 +24,7 @@ jobs:
24
uses: tim-actions/commit-message-checker-with-regex@v0.3.1
25
with:
26
commits: ${{ steps.get-pr-commits.outputs.commits }}
27
- pattern: '^(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
+ pattern: '^(Merge branch ''main'' into develop)|(build|chore|ci|docs|feat|fix|perf|refactor|revert|style|test){1}(\([\w\-\.]+\))?(!)?: ([\w ])+([\s\S]*)'
28
error: 'Commit messages do not follow https://www.conventionalcommits.org/en/v1.0.0/'
29
- name: Get Changed Files
30
uses: tj-actions/changed-files@v35.5.6
0 commit comments