Skip to content

Commit

Permalink
github: update stale bot to v4 (#4636)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfawley committed Aug 2, 2021
1 parent c052940 commit edb9b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Expand Up @@ -13,15 +13,15 @@ jobs:
pull-requests: write

steps:
- uses: actions/stale@v3
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 6
days-before-close: 7
only-labels: 'Status: Requires Reporter Clarification'
stale-issue-label: 'stale'
stale-pr-label: 'stale'
operations-per-run: 60
operations-per-run: 999
stale-issue-message: >
This issue is labeled as requiring an update from the reporter, and no update has been received
after 6 days. If no update is provided in the next 7 days, this issue will be automatically closed.
Expand Down

0 comments on commit edb9b3b

Please sign in to comment.