summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2023-07-20 17:33:10 +1000
committerGitHub <noreply@github.com>2023-07-20 17:33:10 +1000
commita548b289ef8531d12ba74666a8fcf0aa8dde628f (patch)
tree836f26e18475ffa163cf0165c5008c766a02839b
parent94845dcf981eae35bffbc7cadd1b27a97ed58991 (diff)
parentb168fc8cddce795b64ee783bce2b521ef0555423 (diff)
Add missing label to label checker (#2798)
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
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"