mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-10 00:08:07 +02:00
Auto label C API PRs
This commit is contained in:
parent
d53ad516e8
commit
d42a2643b0
1 changed files with 6 additions and 0 deletions
6
.github/labeler.yml
vendored
6
.github/labeler.yml
vendored
|
@ -1,3 +1,9 @@
|
||||||
|
"c api":
|
||||||
|
- changed-files:
|
||||||
|
- any-glob-to-any-file: "src/lib*-c/**/*"
|
||||||
|
- any-glob-to-any-file: "test/unit/**/nix_api_*"
|
||||||
|
- any-glob-to-any-file: "doc/external-api/**/*"
|
||||||
|
|
||||||
"contributor-experience":
|
"contributor-experience":
|
||||||
- changed-files:
|
- changed-files:
|
||||||
- any-glob-to-any-file: "CONTRIBUTING.md"
|
- any-glob-to-any-file: "CONTRIBUTING.md"
|
||||||
|
|
Loading…
Reference in a new issue