From b168fc8cddce795b64ee783bce2b521ef0555423 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Thu, 20 Jul 2023 17:31:40 +1000 Subject: [PATCH] Add missing label to label checker --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4a97cf2c4..8cb7bb864 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -211,4 +211,4 @@ jobs: with: mode: exactly count: 1 - labels: "ignore-for-release, feature, enhancement, maintenance, docs, i18n" + labels: "ignore-for-release, feature, enhancement, bug, maintenance, docs, i18n"