소스 검색

Extend Issues to 360 days and PRs to 90 days (#2167)

Signed-off-by: Matt Ray <github@mattray.dev>
Matt Ray 2 년 전
부모
커밋
4866be383a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/stale.yml

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

@@ -13,7 +13,7 @@ jobs:
           close-issue-message: 'This issue was closed because it has been inactive for 185 days with no activity.'
           stale-pr-message: 'This pull request has been marked as stale because it has been open for 60 days with no activity. Please remove the stale label or comment or this pull request will be closed in 5 days.'
           close-pr-message: 'This pull request was closed because it has been inactive for 65 days with no activity.'
-          days-before-issue-stale: 180
+          days-before-issue-stale: 360
           days-before-issue-close: 5
-          days-before-pr-stale: 60
+          days-before-pr-stale: 90
           days-before-pr-close: 5