diff --git a/.github/pr-branch-labeler.yml b/.github/pr-branch-labeler.yml index 58bcbcb72a..ca82051006 100644 --- a/.github/pr-branch-labeler.yml +++ b/.github/pr-branch-labeler.yml @@ -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/*"