Merge pull request #10526 from hercules-ci/labeler-contributing

Auto-label contributor-experience in PRs
This commit is contained in:
Théophane Hufschmitt 2024-04-17 15:20:49 +02:00 committed by GitHub
commit deb71e5044
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

7
.github/labeler.yml vendored
View file

@ -1,3 +1,10 @@
"contributor-experience":
- changed-files:
- any-glob-to-any-file: "CONTRIBUTING.md"
- any-glob-to-any-file: ".github/ISSUE_TEMPLATE/*"
- any-glob-to-any-file: ".github/PULL_REQUEST_TEMPLATE.md"
- any-glob-to-any-file: "doc/manual/src/contributing/**"
"documentation":
- changed-files:
- any-glob-to-any-file: "doc/manual/*"