Skip to content

Commit

Permalink
Merge pull request #7 from Infomaniak/fix-ci
Browse files Browse the repository at this point in the history
ci: Fix fail on merge message
  • Loading branch information
PhilippeWeidmann authored Mar 26, 2024
2 parents 747a5f1 + a87b3e1 commit 15d62a4
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/semantic-commit.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,5 @@
name: 'PR and Commit Message Check'
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
pull_request_target:
types:
- opened
Expand All @@ -21,7 +15,7 @@ jobs:
- name: Check Commit Message
uses: gsactions/commit-message-checker@v2
with:
pattern: '^(feat|fix|chore|docs|style|refactor|perf|ci|test)(\(.+\))?: [A-Z0-9].+'
pattern: '^Merge .+|(^(feat|fix|chore|docs|style|refactor|perf|ci|test)(\(.+\))?: [A-Z0-9].+)'
error: 'Commit messages and PR title should match conventional commit convention and start with a majuscule.'
excludeDescription: 'true'
excludeTitle: 'false'
Expand Down

0 comments on commit 15d62a4

Please sign in to comment.