diff --git a/.github/workflows/manage-pr-labels.yml b/.github/workflows/manage-pr-labels.yml index 7dcddd620b..f396fccdea 100644 --- a/.github/workflows/manage-pr-labels.yml +++ b/.github/workflows/manage-pr-labels.yml @@ -35,5 +35,5 @@ jobs: with: mode: minimum count: 1 - labels: 'type: feature, type: bug, type: refactor, type: translation, ignore changelog' + labels: 'type: feature, type: bugfix, type: refactor, type: translation, ignore changelog' exit_type: failure