Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
Added v8 and a close message
  • Loading branch information
Dfupa authored Sep 8, 2023
1 parent e400500 commit b4c14bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check for stale issues and pull requests
uses: actions/stale@v3
uses: actions/stale@v8
with:
repo-token: ${{ secrets.SECRET_TOKEN }}
stale-issue-message: 'This issue is marked as stale by the stale_bot.'
stale-pr-message: 'This pull request is marked as stale by the stale_bot.'
close-issue-message: 'This issue was closed by the stale_bot because it has been stalled for 7 days with no activity.'
close-pr-message: 'This PR was closed by the stale_bot because it has been stalled for 7 days with no activity.'
days-before-stale: 30
days-before-close: 7
stale-issue-label: stale
Expand Down

0 comments on commit b4c14bc

Please sign in to comment.