From 9811e4e87143867b3c1406ca4a74918ce44d0972 Mon Sep 17 00:00:00 2001 From: Jakub Kuczys Date: Mon, 13 Feb 2023 00:17:51 +0100 Subject: [PATCH] Fix labeler patterns for changelogs (#5987) --- .github/labeler.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index caceb8ae4..f90d1d9b1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -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