소스 검색

exclude issue flagged with kind/feature from stale process

Signed-off-by: Guillaume Lours <[email protected]>
Guillaume Lours 6 년 전
부모
커밋
cdae06a89c
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      .github/stale.yml

+ 2 - 1
.github/stale.yml

@@ -11,7 +11,8 @@ daysUntilClose: 7
 onlyLabels: []
 
 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
-exemptLabels: []
+exemptLabels:
+  - kind/feature
 
 # Set to true to ignore issues in a project (defaults to false)
 exemptProjects: false