bug label rather then bugfix

This commit is contained in:
Jakub Jezek 2023-03-29 22:19:42 +02:00
parent 07f09b0fd6
commit 9a2ef0738f
No known key found for this signature in database
GPG key ID: 730D7C02726179A7

View file

@ -7,7 +7,7 @@
head: "enhancement/*"
# Apply label "bugfix" if head matches one of "bugfix/*" or "hotfix/*"
'type: bugfix':
'type: bug':
head: ["bugfix/*", "hotfix/*"]
# Apply label "release" if base matches "release/*"