Skip to content

Commit

Permalink
Remove auto-closing in stale bot
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Barker committed Jul 19, 2023
1 parent b030472 commit 447bd48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,8 @@ jobs:
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-issue-close: 21
stale-issue-message: 'Marking as stale. No activity in 60 days. Remove stale label or comment or this will be closed in 21 days.'
stale-pr-message: 'Marking as stale. No activity in 60 days. Remove stale label or comment or this will be closed in 21 days.'
close-issue-message: 'No activity on stale issue in 21 days.'
close-pr-message: 'No activity on stale PR in 21 days.'
stale-issue-message: 'Marking as stale. No activity in 60 days.'
stale-pr-message: 'Marking as stale. No activity in 60 days.'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
remove-stale-when-updated: true
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ The corresponding maintainers at this time are @jaredcasper and @jon-barker.

### Is there a policy for issues and PRs that haven't been touched in X days? Should they be closed?

Yes, starting in July 2023 we have a bot that will mark untouched PRs as "stale" after 60 days, and close them after another 21 days if nothing happens. If you think an issue/PR should be re-opened or requires additional attention at that point then ping a maintainer.
Yes, starting in July 2023 we have a bot that will mark untouched PRs as "stale" after 60 days.

We have a long backlog of issues and PRs dating back 3.5 years. We are trying to triage these now by working backwards. Older issues we believe may still be relevant may recieve a request to re-test them with the latest code. If there's no response they may be closed. Again, if you they should be re-opened then just respond with a comment to that effect.

Expand Down

0 comments on commit 447bd48

Please sign in to comment.