labeler.yml: Add contributor-experience

Not exhaustive perhaps, but a good start.
This commit is contained in:
Robert Hensing 2024-04-17 12:50:55 +02:00
parent 74e4bc9b1d
commit 94c861bebf

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/*"