mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-20 01:46:05 -05:00
Fix auto labeler error from invalid yaml -> json (#4719)
This commit is contained in:
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
|
||||
|
||||
Reference in New Issue
Block a user