1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-02-28 00:17:12 +01:00

chore(deps): added task as valid prefix for miscellaneuous task

This commit is contained in:
Christopher Kolstad 2023-10-03 14:27:28 +02:00
parent ad7149f26f
commit a932742f99
No known key found for this signature in database
GPG Key ID: EA1D04EEB7E391BA

View File

@ -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" },
]