mirror of
https://github.com/Cog-Creators/Red-DiscordBot.git
synced 2025-11-06 03:08:55 -05:00
Fix labeler patterns for changelogs (#5987)
This commit is contained in:
parent
6c32ff58e4
commit
9811e4e871
5
.github/labeler.yml
vendored
5
.github/labeler.yml
vendored
@ -243,8 +243,8 @@
|
|||||||
|
|
||||||
|
|
||||||
"Category: Docs - Changelogs":
|
"Category: Docs - Changelogs":
|
||||||
- docs/changelog_*.rst
|
- CHANGES.rst
|
||||||
- docs/release_notes_*.rst
|
- docs/changelog.rst
|
||||||
"Category: Docs - For Developers":
|
"Category: Docs - For Developers":
|
||||||
- docs/framework_events.rst
|
- docs/framework_events.rst
|
||||||
- docs/guide_cog_creation.rst
|
- docs/guide_cog_creation.rst
|
||||||
@ -279,6 +279,7 @@
|
|||||||
- any:
|
- any:
|
||||||
- '*'
|
- '*'
|
||||||
- '!README.md'
|
- '!README.md'
|
||||||
|
- '!CHANGES.rst'
|
||||||
# .gitattributes files
|
# .gitattributes files
|
||||||
- '**/.gitattributes'
|
- '**/.gitattributes'
|
||||||
# GitHub configuration files, with the exception of CI configuration
|
# GitHub configuration files, with the exception of CI configuration
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user