Skip to content

Commit

Permalink
chore(deps): added task as valid prefix for miscellaneuous task
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswk committed Oct 18, 2023
1 parent ad7149f commit a932742
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cliff.toml
Expand Up @@ -60,7 +60,7 @@ commit_parsers = [
{ message = "^chore\\(deps\\)", skip = true },
{ message = "^chore\\(pr\\)", skip = true },
{ message = "^chore\\(pull\\)", skip = true },
{ message = "^chore|ci", group = "Miscellaneous Tasks" },
{ message = "^task|chore|ci", group = "Miscellaneous Tasks" },
{ body = ".*security", group = "Security" },
{ message = "^revert", group = "Revert" },
]
Expand Down

0 comments on commit a932742

Please sign in to comment.