Skip to content

Commit

Permalink
Use the correct version of stale action
Browse files Browse the repository at this point in the history
  • Loading branch information
mroderick committed Apr 1, 2023
1 parent 430c9a6 commit 3b41aff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/stale.yml
Expand Up @@ -7,7 +7,8 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v7
- name: Close Stale Issues
- uses: actions/stale@v4.1.1
with:
stale-issue-message: "This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."
stale-pr-message: "This pull request is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days."

0 comments on commit 3b41aff

Please sign in to comment.