diff options
author | miozune <miozune@gmail.com> | 2024-09-08 01:06:34 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-07 16:06:34 +0000 |
commit | 8582f7a126d06b3733414820e8a9b67f617ffc68 (patch) | |
tree | 8e04ba8ea2f6901c682341e32fb76e4945a4873b /.github/workflows | |
parent | 5b8bf050d8a9332df2545c4a65a88645805e7c6a (diff) | |
download | GT5-Unofficial-8582f7a126d06b3733414820e8a9b67f617ffc68.tar.gz GT5-Unofficial-8582f7a126d06b3733414820e8a9b67f617ffc68.tar.bz2 GT5-Unofficial-8582f7a126d06b3733414820e8a9b67f617ffc68.zip |
Add chore label (#3101)
Co-authored-by: Martin Robertz <dream-master@gmx.net>
Diffstat (limited to '.github/workflows')
-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 |