Fix the negation rules in labeler configuration (#4727)

This commit is contained in:
jack1142 2021-01-12 14:29:19 +01:00 committed by GitHub
parent a2d0a364fe
commit 21f75c0711
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

4
.github/labeler.yml vendored
View File

@ -3,7 +3,9 @@
"Category: Alias":
- redbot/cogs/alias/*
"Category: Audio Cog":
- any:
- redbot/cogs/audio/**/*
all:
- "!redbot/cogs/audio/**/locales/*"
"Category: Bank API":
- redbot/core/bank.py
@ -28,7 +30,9 @@
"Category: Cleanup Cog":
- redbot/cogs/cleanup/*
"Category: Command Module":
- any:
- redbot/core/commands/*
- all:
- "!redbot/core/commands/help.py"
"Category: Config":
- redbot/core/drivers/*