Attempt to fix auto label

This commit is contained in:
tycrek 2020-05-29 09:09:14 -06:00
parent 948bc2dc9b
commit a10fd12e59
1 changed files with 4 additions and 4 deletions

8
.github/labeler.yml vendored
View File

@ -1,8 +1,8 @@
fix: fix:
- '[FIX]' - 'FIX'
new: new:
- '[NEW]' - 'NEW'
remove: remove:
- '[REMOVE]' - 'REMOVE'
other: other:
- '[OTHER]' - 'OTHER'