Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[ci] Also check stale PRs (#1912)
  • Loading branch information
romainr committed Mar 19, 2021
1 parent 3cdc560 commit d42fe8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/autoclose-stale.yml
Expand Up @@ -13,6 +13,9 @@ jobs:
exempt-issue-labels: 'roadmap'
exempt-pr-labels: 'roadmap'
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
days-before-stale: 30
days-before-close: 5
days-before-pr-stale: 45
days-before-pr-close: 10
operations-per-run: 200

0 comments on commit d42fe8c

Please sign in to comment.