Skip to content

Commit

Permalink
Reverted back to version 8 of stale workflow due to a bug in their ca…
Browse files Browse the repository at this point in the history
…ching implementation (see actions/stale#1133).
  • Loading branch information
dbuechel committed Feb 21, 2024
1 parent a213ec0 commit ea9d7e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/issues.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v9
- uses: actions/stale@v8
with:
# https://github.com/marketplace/actions/close-stale-issues
days-before-issue-stale: 28
Expand Down

0 comments on commit ea9d7e0

Please sign in to comment.