diff --git a/.github/pr_labeler.yml b/.github/pr_labeler.yml index e79482629f..87baf39f30 100644 --- a/.github/pr_labeler.yml +++ b/.github/pr_labeler.yml @@ -21,6 +21,12 @@ - changed-files: - any-glob-to-any-file: "protocol/**/*" - any-glob-to-any-file: "ecosystem/**/*" +"C:specs": +- changed-files: + - any-glob-to-any-file: "cookbook/**/*" +"C:proto": +- changed-files: + - any-glob-to-any-file: "proto/**/*" "C:x/conflict": - changed-files: - any-glob-to-any-file: "x/conflict/**/*"