ci(stale) bump action version
This should fix a couple problems I've noted with issues not having their stale status removed.
This commit is contained in:
2
.github/workflows/close_old_issues.yml
vendored
2
.github/workflows/close_old_issues.yml
vendored
@@ -9,7 +9,7 @@ jobs:
|
||||
if: github.repository == 'lvgl/lvgl'
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
- uses: actions/stale@v5
|
||||
with:
|
||||
repo-token: ${{ secrets.LVGL_BOT_TOKEN }}
|
||||
stale-issue-message: 'This issue is stale because it has been open 14 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
|
||||
|
||||
Reference in New Issue
Block a user