mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-12-05 17:02:32 -05:00
Fix the negation rules in labeler configuration (#4727)
This commit is contained in:
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@@ -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/*
|
||||
|
||||
Reference in New Issue
Block a user