Skip to content

Commit 074573a

Browse files
committed
update to mark as stale after 60 days
1 parent 77f0fb3 commit 074573a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/close-inactive-issues.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
close-issues:
88
runs-on: ubuntu-latest
99
env:
10-
PR_DAYS_BEFORE_STALE: 170
11-
PR_DAYS_BEFORE_CLOSE: 10
10+
PR_DAYS_BEFORE_STALE: 60
11+
PR_DAYS_BEFORE_CLOSE: 120
1212
PR_STALE_LABEL: stale
1313
permissions:
1414
issues: write

0 commit comments

Comments
 (0)