Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
victoriadrake authored Mar 25, 2023
1 parent 36a1b41 commit c0c98b4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v1
- uses: actions/stale@v7
with:
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-pr-message: 'It looks like this PR has been idle a while, so I am marking it as stale. Remove the label or comment if this is still being worked on.'
stale-issue-label: 'no-activity'
stale-pr-label: 'no-activity'
exempt-pr-labels: 'help wanted'
exempt-issue-labels: 'help wanted'
days-before-stale: 30
days-before-close: 5
days-before-close: 7

0 comments on commit c0c98b4

Please sign in to comment.