ci: adjust labeler match pattern

This commit is contained in:
Henry Schreiner 2020-10-11 20:41:11 -04:00 committed by GitHub
parent 7d7309b814
commit cd2c25a2bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
.github/labeler.yml vendored
View File

@ -2,7 +2,7 @@ needs changelog:
- all: - all:
- '!docs/changelog.rst' - '!docs/changelog.rst'
any: any:
- 'include/pybind11/**/*|pybind11/**/*|tools/**/*|CMakeLists.txt' - '(include/pybind11/**/*|pybind11/**/*|tools/**/*|CMakeLists.txt)'
docs: docs:
- any: - any: