From b28ed9d684ae0b94debfdac22ce7a444e321836b Mon Sep 17 00:00:00 2001 From: Nathan Zimmerman Date: Thu, 30 Jan 2025 12:05:34 -0600 Subject: [PATCH] Use all rather than any for labeler config --- .github/labeler.yml | 2 +- changes/2781.bugfix.rst | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 changes/2781.bugfix.rst diff --git a/.github/labeler.yml b/.github/labeler.yml index f2529dfef5..2e96aefee1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,4 +1,4 @@ needs release notes: - all: - changed-files: - - any-glob-to-any-file: '!changes/*.rst' + - all-glob-to-all-file: '!changes/*.rst' diff --git a/changes/2781.bugfix.rst b/changes/2781.bugfix.rst new file mode 100644 index 0000000000..3673eeece7 --- /dev/null +++ b/changes/2781.bugfix.rst @@ -0,0 +1 @@ +Enable automatic removal of `needs release notes` with labeler action \ No newline at end of file