Skip to content

Commit

Permalink
Increase delay before closing stale issues to 40 days
Browse files Browse the repository at this point in the history
The 7 days current limit is preventing people away from keyboard to comment the issue and there is supported bot action to reopen them afterwards

See related side effect of misconfigured stale bot at actions/stale#719

Signed-off-by: Guillaume Berche <guillaume.berche@orange.com>
  • Loading branch information
gberche-orange authored Apr 26, 2023
1 parent 1a68208 commit c94486e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
# https://docs.github.com/en/rest/overview/resources-in-the-rest-api#requests-from-github-actions
operations-per-run: 100
days-before-stale: 90
days-before-close: 7
days-before-close: 40
stale-issue-label: stale
exempt-issue-labels: exempt-from-stale
stale-issue-message: >
Expand Down

0 comments on commit c94486e

Please sign in to comment.