1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 10:50:24 -04:00

Merge pull request #10533 from jlesquembre/jl/c-api_labeler

Auto label C API PRs
This commit is contained in:
Robert Hensing 2024-04-17 16:50:21 +02:00 committed by GitHub
commit 062d3b339b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

6
.github/labeler.yml vendored
View file

@ -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":
- changed-files:
- any-glob-to-any-file: "CONTRIBUTING.md"