Skip to content

Commit

Permalink
ci: support "revert" commit messages
Browse files Browse the repository at this point in the history
  • Loading branch information
subnova committed Sep 5, 2023
1 parent 2ef8065 commit 557fdaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ repos:
hooks:
- id: conventional-pre-commit
stages: [commit-msg]
args: ['feat', 'fix', 'ci', 'chore', 'test', 'docs', 'refactor']
args: ['feat', 'fix', 'ci', 'chore', 'test', 'docs', 'refactor', 'revert']
- repo: https://github.com/tekwizely/pre-commit-golang
rev: 'v1.0.0-rc.1'
hooks:
Expand Down

0 comments on commit 557fdaa

Please sign in to comment.