From 4bcd26a7c9227090a37eb247d9b1cbdbff3fd83e Mon Sep 17 00:00:00 2001 From: Leithen Date: Fri, 21 Nov 2025 06:59:51 -0700 Subject: [PATCH] add issue write permission to stale workflow (#13022) --- .github/workflows/stale.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index adb989d4d..2261c3ad4 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -13,6 +13,7 @@ on: permissions: pull-requests: write actions: write + issues: write jobs: stale: