Update stale.yml

This commit is contained in:
Victoria Drake 2023-03-25 10:35:00 -05:00 committed by GitHub
parent 36a1b413e2
commit c0c98b40e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/stale@v1 - uses: actions/stale@v7
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'It looks like this has been idle a while, so I am marking it as stale. Remove the label or comment if this issue should remain open.' stale-issue-message: 'It looks like this has been idle a while, so I am marking it as stale. Remove the label or comment if this issue should remain open.'
@ -18,5 +18,6 @@ jobs:
stale-issue-label: 'no-activity' stale-issue-label: 'no-activity'
stale-pr-label: 'no-activity' stale-pr-label: 'no-activity'
exempt-pr-labels: 'help wanted' exempt-pr-labels: 'help wanted'
exempt-issue-labels: 'help wanted'
days-before-stale: 30 days-before-stale: 30
days-before-close: 5 days-before-close: 7