diff options
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/labels.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 7f64d81624..781e1a041b 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 |