Skip to content
This repository has been archived by the owner on Mar 24, 2024. It is now read-only.

Commit

Permalink
Update actions/stale to v4 (#2346)
Browse files Browse the repository at this point in the history
This might make the actions bot better about removing the stale label when there have been new comments. See: actions/stale#519
  • Loading branch information
jtbandes committed Dec 10, 2021
1 parent 8d72f9e commit f599cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -8,7 +8,7 @@ jobs:
stale:
runs-on: ubuntu-latest
steps:
- uses: actions/stale@v3
- uses: actions/stale@v4
with:
stale-issue-message: "This issue is being marked as stale because there has been no activity for 180 days. Please add a comment to keep it open."
stale-issue-label: stale
Expand Down

0 comments on commit f599cc1

Please sign in to comment.