Skip to content

Commit b446f2f

Browse files
committed
Changed time to mark issue as stale to 2 weeks. Same with time between Stale and close
1 parent 916b47b commit b446f2f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/mark-stale-issue.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ jobs:
2222
with:
2323
# Only mark issues (not PRs) as stale
2424
any-of-labels: 'stat:awaiting-response'
25-
days-before-stale: 30
26-
days-before-close: 30
25+
days-before-stale: 14
26+
days-before-close: 14
2727
stale-issue-label: 'Stale'
2828
exempt-issue-labels: 'stat:import,stat:imported'
2929
stale-issue-message: >
3030
This issue has been automatically marked as stale because it has been awaiting
31-
response for over 30 days without any activity.
31+
response for over 2 weeks without any activity.
3232
33-
Please update the issue with any new information or it may be closed in 30 days.
33+
Please update the issue with any new information or it may be closed in 2 weeks.
3434
close-issue-message: >
35-
This issue has been automatically closed because it has been stale for 30 days
35+
This issue has been automatically closed because it has been stale for 2 weeks
3636
without any activity. Feel free to reopen if you have new information to add.
3737
# Prevent the action from marking/closing PRs
3838
days-before-pr-stale: -1

0 commit comments

Comments
 (0)