소스 검색

:pencil: Updates stale value to 60 days. 30 felt too short

Jeff Triplett 4 년 전
부모
커밋
8bd4c56187
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      .github/workflows/stale.yml

+ 1 - 1
.github/workflows/stale.yml

@@ -17,5 +17,5 @@ jobs:
         stale-pr-message: 'This PR is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days'
         stale-issue-label: 'no-issue-activity'
         stale-pr-label: 'no-pr-activity'
-        days-before-stale: 30
+        days-before-stale: 60
         days-before-close: 5