From 238d7216a3859059f550b3b79dc8f4b9da8cdd4b Mon Sep 17 00:00:00 2001 From: Ole Herman Schumacher Elgesem Date: Fri, 5 Jun 2026 17:55:44 +0200 Subject: [PATCH] GH Actions: Enabled stale action to get issues (PRs) Not strictly necessary for public repos, but making change everywhere for consistency. Signed-off-by: Ole Herman Schumacher Elgesem --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 326b2e5fd6..d0b2e5d971 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -12,6 +12,7 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + issues: read steps: - uses: actions/stale@v5