Skip to content

Commit 48dd657

Browse files
Enable cache storage for stalebot (#4396)
* Enable cache storage for stalebot * SHA Pinning * Update close-stale-issues.yml Co-authored-by: Brian Muenzenmeyer <[email protected]> --------- Co-authored-by: Brian Muenzenmeyer <[email protected]>
1 parent f59f8f2 commit 48dd657

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: .github/workflows/close-stale-issues.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -32,12 +32,13 @@ permissions:
3232
contents: read
3333
issues: write
3434
pull-requests: write
35+
actions: write
3536
jobs:
3637
stale:
3738
if: github.repository == 'nodejs/help'
3839
runs-on: ubuntu-latest
3940
steps:
40-
- uses: actions/[email protected]
41+
- uses: actions/stale@28ca1036281a5e5922ead5184a1bbf96e5fc984e #v9.0.0
4142
with:
4243
repo-token: ${{ secrets.GITHUB_TOKEN }}
4344
days-before-stale: 180

0 commit comments

Comments
 (0)