Skip to content

Commit 87b8f2a

Browse files
aduh95richardlau
authored andcommitted
meta: fix linter warning in stale.yml
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com> PR-URL: #64281 Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Minwoo Jung <nodecorelab@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com>
1 parent a67d9a7 commit 87b8f2a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
permissions:
3030
issues: write # for actions/stale to close stale issues
3131
pull-requests: write # for actions/stale to close stale PRs
32-
actions: write # for actions/stale to cache stale saved state
32+
actions: write # for actions/stale to cache stale saved state
3333
if: github.repository == 'nodejs/node'
3434
runs-on: ubuntu-slim
3535
steps:

0 commit comments

Comments
 (0)