Fix labeler patterns for changelogs (#5987)

This commit is contained in:
Jakub Kuczys
2023-02-13 00:17:51 +01:00
committed by GitHub
parent 6c32ff58e4
commit 9811e4e871

5
.github/labeler.yml vendored
View File

@@ -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