Skip to content

Commit

Permalink
fix stale action params
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocampos-ssa committed Jun 5, 2024
1 parent 64b0572 commit e3ef9bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,10 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v8
- uses: actions/stale@v9
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
stale-issue-message: 'This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.'
days-before-stale: 60
days-before-close: 7
stale-pr-message: 'This PR has been marked as stale due to lack of activity. It will be closed if no further activity occurs. Please check it out!'
stale-label: 'stale'

0 comments on commit e3ef9bc

Please sign in to comment.