Skip to content

Commit

Permalink
Actions: downgrade actions/stale to v4 due to critical bug
Browse files Browse the repository at this point in the history
The actions/stale GitHub Actions v5 has an issue where updates by the
GitHub Actions bot are recognized as updates. This causes the bot to not
work as intended as the Stale label will be removed.

This issue has already been reported at:
actions/stale#795

Let's downgrade the actions/stale package to v4 until the bug has been
fixed upstream.
  • Loading branch information
dcshzj committed Sep 5, 2022
1 parent 026195f commit 05b4581
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/stale@v5
- uses: actions/stale@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: -1
Expand Down

0 comments on commit 05b4581

Please sign in to comment.