Skip to content

Commit 8bfe0c3

Browse files
authored
Update "Close inactive issues" workflow to close issues after 180 days of inactivity (#909)
* update PR_DAYS_BEFORE_STALE * update to mark as stale after 60 days
1 parent 587272b commit 8bfe0c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
PR_DAYS_BEFORE_STALE: 60
11-
PR_DAYS_BEFORE_CLOSE: 10
11+
PR_DAYS_BEFORE_CLOSE: 120
1212
PR_STALE_LABEL: stale
1313
permissions:
1414
issues: write

0 commit comments

Comments
 (0)