remove the matcher I added for test reasons

This commit is contained in:
Pia B 2026-07-07 15:59:45 +02:00
parent 30ab5a6df8
commit 9fa8b98a54

View File

@ -108,7 +108,6 @@ commit_parsers = [
{ message = "^perf", group = "<!-- 3 -->Changed" },
{ message = "^style", group = "<!-- 3 -->Changed" },
{ message = "^test", group = "<!-- 3 -->Changed" },
{ message = "^security", group = "<!-- 0 -->Security" },
{ body = ".*security", group = "<!-- 0 -->Security" },
{ message = ".*", group = "<!-- 6 -->Other" },
# we can also sort by PR labels, if this is easier