From 2b1ada77c20461deaa25fc38a9e66fa71908d1e7 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sat, 4 Jul 2026 10:11:05 +0200 Subject: [PATCH] meta: fix linter warning in `stale.yml` Signed-off-by: Antoine du Hamel --- .github/workflows/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ff698a2f086147..d4be0ceaa3718c 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -29,7 +29,7 @@ jobs: permissions: issues: write # for actions/stale to close stale issues pull-requests: write # for actions/stale to close stale PRs - actions: write # for actions/stale to cache stale saved state + actions: write # for actions/stale to cache stale saved state if: github.repository == 'nodejs/node' runs-on: ubuntu-slim steps: