We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44a31e9 commit e3af056Copy full SHA for e3af056
.github/workflows/stale-issue-handler.yml
@@ -23,7 +23,7 @@ jobs:
23
# Start date should be April 19, 2022 - corresponds to the day previous stale bot stopped working
24
start-date: '2022-04-19T00:00:00Z'
25
# Number of days without activity before the actions/stale action labels an issue
26
- days-before-issue-stale: 30
+ days-before-issue-stale: 90
27
# Number of days without activity before the actions/stale action closes an issue
28
days-before-issue-close: 30
29
# Label you want to apply to issues that have been inactive for the amount of time specified by days-before-issue-stale
0 commit comments