소스 검색

Accessibility issues and confirmed bugs should never go stale

Kevin Brown 5 년 전
부모
커밋
4165cf13fd
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      .github/stale.yml

+ 4 - 0
.github/stale.yml

@@ -2,6 +2,10 @@
 daysUntilStale: 60
 # Number of days of inactivity before a stale issue is closed
 daysUntilClose: 7
+# List of labels that will prevent an issue from going stale
+exemptLabels:
+  - "confirmed bug"
+  - "accessibility"
 # Issues with these labels will never be considered stale
 # Label to use when marking an issue as stale
 staleLabel: "status: stale"