mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix auto labeler error from invalid yaml -> json (#4719)
This commit is contained in:
parent
b76b6305d1
commit
a2d0a364fe
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
@ -4,7 +4,7 @@
|
||||
- redbot/cogs/alias/*
|
||||
"Category: Audio Cog":
|
||||
- redbot/cogs/audio/**/*
|
||||
- !redbot/cogs/audio/**/locales/*
|
||||
- "!redbot/cogs/audio/**/locales/*"
|
||||
"Category: Bank API":
|
||||
- redbot/core/bank.py
|
||||
"Category: Bank Cog":
|
||||
@ -29,7 +29,7 @@
|
||||
- redbot/cogs/cleanup/*
|
||||
"Category: Command Module":
|
||||
- redbot/core/commands/*
|
||||
- !redbot/core/commands/help.py
|
||||
- "!redbot/core/commands/help.py"
|
||||
"Category: Config":
|
||||
- redbot/core/drivers/*
|
||||
- redbot/core/config.py
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user