From: Dan Fandrich Date: Wed, 6 Dec 2023 08:58:59 +0000 (-0800) Subject: github/labeler: update a missed key in the v5 upgrade X-Git-Tag: curl-8_6_0~257 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ee2e8bfa36323c8b549e7d826c1fe730c295df57;p=thirdparty%2Fcurl.git github/labeler: update a missed key in the v5 upgrade Follow-up to ce03fe3ba --- 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'