From 8582f7a126d06b3733414820e8a9b67f617ffc68 Mon Sep 17 00:00:00 2001 From: miozune Date: Sun, 8 Sep 2024 01:06:34 +0900 Subject: [PATCH] Add chore label (#3101) Co-authored-by: Martin Robertz --- .github/workflows/labels.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7f64d816241..781e1a041be 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -37,5 +37,5 @@ jobs: with: mode: minimum count: 1 - labels: 'Affects Balance, bug fix, refactor, enhancement, MuTE, new feature, refactor' + labels: 'Affects Balance, bug fix, chore, enhancement, MuTE, new feature, refactor' exit_type: failure