Skip to content

Commit 87b8f2a

Browse files
aduh95richardlau
authored andcommitted
meta: fix linter warning in stale.yml
Signed-off-by: Antoine du Hamel <[email protected]> PR-URL: #64281 Reviewed-By: René <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Minwoo Jung <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Darshan Sen <[email protected]>
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)