소스 검색

Merge pull request #690 from gtardif/labeller_protos

Label PRs touching to protos
Chris Crone 5 년 전
부모
커밋
acff7d6752
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      .github/labeler.yml

+ 1 - 0
.github/labeler.yml

@@ -9,6 +9,7 @@ cli:
 
 api:
   - api/**/*
+  - protos/**/*
 
 ci:
   - .github/**/*