Skip to content

Commit

Permalink
Chore: Update stale bot settings (#15173)
Browse files Browse the repository at this point in the history
Exempt issues and PRs with the accepted label
  • Loading branch information
nzakas committed Oct 16, 2021
1 parent 2b32f50 commit b5049c8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -23,6 +23,8 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 60
days-before-close: 7
stale-issue-message: 'Oops! It looks like we lost track of this issue. @eslint/eslint-tsc what do we want to do here? This issue will auto-close in 7 days without an update.'
stale-pr-message: 'Oops! It looks like we lost track of this pull request. @eslint/eslint-tsc what do we want to do here? This pull request will auto-close in 7 days without an update.'
stale-issue-message: 'Oops! It looks like we lost track of this issue. What do we want to do here? This issue will auto-close in 7 days without an update.'
stale-pr-message: 'Oops! It looks like we lost track of this pull request. What do we want to do here? This pull request will auto-close in 7 days without an update.'
exempt-all-assignees: true
exempt-issue-labels: accepted
exempt-pr-labels: accepted

0 comments on commit b5049c8

Please sign in to comment.