Skip to content

Commit 4ae6d8d

Browse files
committed
meta: fix linter warning in state.yml
Signed-off-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
1 parent 387332f commit 4ae6d8d

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)