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":
|
||||
- docs/changelog_*.rst
|
||||
- docs/release_notes_*.rst
|
||||
- CHANGES.rst
|
||||
- docs/changelog.rst
|
||||
"Category: Docs - For Developers":
|
||||
- docs/framework_events.rst
|
||||
- docs/guide_cog_creation.rst
|
||||
@ -279,6 +279,7 @@
|
||||
- any:
|
||||
- '*'
|
||||
- '!README.md'
|
||||
- '!CHANGES.rst'
|
||||
# .gitattributes files
|
||||
- '**/.gitattributes'
|
||||
# GitHub configuration files, with the exception of CI configuration
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user