From 07567b5afc60a039a54b22bdfa36c030a1b4610d Mon Sep 17 00:00:00 2001 From: kross <135918757+krossgg@users.noreply.github.com> Date: Sun, 29 Sep 2024 00:49:25 -0400 Subject: [PATCH] Update manage-pr-labels.yml (#2062) --- .github/workflows/manage-pr-labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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