Fix cache management in "Close inactive issues and PRs" actions workflow (#9734)
This commit is contained in:
parent
3cb07a36a2
commit
e130c40e4e
1
.github/workflows/stale.yml
vendored
1
.github/workflows/stale.yml
vendored
@ -10,6 +10,7 @@ jobs:
|
|||||||
permissions:
|
permissions:
|
||||||
issues: write
|
issues: write
|
||||||
pull-requests: write
|
pull-requests: write
|
||||||
|
actions: write
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user