mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix the negation rules in labeler configuration (#4727)
This commit is contained in:
parent
a2d0a364fe
commit
21f75c0711
12
.github/labeler.yml
vendored
12
.github/labeler.yml
vendored
@ -3,8 +3,10 @@
|
|||||||
"Category: Alias":
|
"Category: Alias":
|
||||||
- redbot/cogs/alias/*
|
- redbot/cogs/alias/*
|
||||||
"Category: Audio Cog":
|
"Category: Audio Cog":
|
||||||
- redbot/cogs/audio/**/*
|
- any:
|
||||||
- "!redbot/cogs/audio/**/locales/*"
|
- redbot/cogs/audio/**/*
|
||||||
|
all:
|
||||||
|
- "!redbot/cogs/audio/**/locales/*"
|
||||||
"Category: Bank API":
|
"Category: Bank API":
|
||||||
- redbot/core/bank.py
|
- redbot/core/bank.py
|
||||||
"Category: Bank Cog":
|
"Category: Bank Cog":
|
||||||
@ -28,8 +30,10 @@
|
|||||||
"Category: Cleanup Cog":
|
"Category: Cleanup Cog":
|
||||||
- redbot/cogs/cleanup/*
|
- redbot/cogs/cleanup/*
|
||||||
"Category: Command Module":
|
"Category: Command Module":
|
||||||
- redbot/core/commands/*
|
- any:
|
||||||
- "!redbot/core/commands/help.py"
|
- redbot/core/commands/*
|
||||||
|
- all:
|
||||||
|
- "!redbot/core/commands/help.py"
|
||||||
"Category: Config":
|
"Category: Config":
|
||||||
- redbot/core/drivers/*
|
- redbot/core/drivers/*
|
||||||
- redbot/core/config.py
|
- redbot/core/config.py
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user