From ee2e8bfa36323c8b549e7d826c1fe730c295df57 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 6 Dec 2023 00:58:59 -0800 Subject: [PATCH] github/labeler: update a missed key in the v5 upgrade Follow-up to ce03fe3ba --- .github/labeler.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index be585a6901..2c2de9b20a 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -13,6 +13,8 @@ # PR is all about that one topic, like HTTP/3), while the second ones are # "addendums" that give useful information about a PR that's really mostly # something else (e.g. CI if the PR also touches CI jobs). +# +# See https://github.com/actions/labeler/ for documentation on this file. appleOS: - all: @@ -181,7 +183,7 @@ documentation: - 'LICENSES/**' - 'README' - 'RELEASE-NOTES' - - AllGlobsToAllFiles: + - all-globs-to-all-files: # negative matches - '!**/CMakeLists.txt' - '!**/Makefile.am'