Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 48c754e

Browse files
hmellorrasmith
authored andcommittedOct 30, 2024
Fix cache management in "Close inactive issues and PRs" actions workflow (vllm-project#9734)
Signed-off-by: Randall Smith <[email protected]>
1 parent 2397dc4 commit 48c754e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎.github/workflows/stale.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
permissions:
1111
issues: write
1212
pull-requests: write
13+
actions: write
1314
runs-on: ubuntu-latest
1415
steps:
1516
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e # v9.0.0

0 commit comments

Comments
 (0)
Please sign in to comment.