Skip to content

Commit

Permalink
build: clean up cliff commit_parsers
Browse files Browse the repository at this point in the history
  • Loading branch information
colinmarc committed Dec 11, 2024
1 parent 204126c commit 39c5ece
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/cliff.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@ commit_parsers = [
{ message = "^refactor", skip = true },
{ message = "^style", skip = true },
{ message = "^test", skip = true },
{ message = "^chore\\(release\\): prepare for", skip = true },
{ message = "^chore\\(deps.*\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|^ci", skip = true },
{ message = "build", skip = true },
{ body = ".*security", skip = true },
Expand Down

0 comments on commit 39c5ece

Please sign in to comment.