Merge pull request #766 from oscard0m/patch-2

ci(workflow): update actions/stale to v6
pull/940/head
Sara Gibbons 2 years ago committed by GitHub
commit fc48632353
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -18,7 +18,7 @@ jobs:
pull-requests: write pull-requests: write
steps: steps:
- uses: actions/stale@v3 - uses: actions/stale@v6
with: with:
repo-token: ${{ secrets.GITHUB_TOKEN }} repo-token: ${{ secrets.GITHUB_TOKEN }}
stale-issue-message: 'This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.' stale-issue-message: 'This issue has not seen any action for a while! Closing for now, but it can be reopened at a later date.'

Loading…
Cancel
Save