github/labeler: update a missed key in the v5 upgrade

Follow-up to ce03fe3ba
This commit is contained in:
Dan Fandrich 2023-12-06 00:58:59 -08:00
parent 7161cb17c0
commit ee2e8bfa36

4
.github/labeler.yml vendored
View File

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