From 1c5e7951e382fe834aef881aab54f5e44047d0a3 Mon Sep 17 00:00:00 2001 From: Lenz Weber-Tronic Date: Mon, 27 Jan 2025 10:00:14 +0100 Subject: [PATCH] ci: add write permissions for issues in cleanup checks workflow --- .github/workflows/cleanup-checks.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cleanup-checks.yml b/.github/workflows/cleanup-checks.yml index 132f64ab792..7f91d6ce1db 100644 --- a/.github/workflows/cleanup-checks.yml +++ b/.github/workflows/cleanup-checks.yml @@ -13,6 +13,8 @@ jobs: github.event.review.state == 'APPROVED' && contains(github.event.pull_request.labels.*.name, 'auto-cleanup') == false runs-on: ubuntu-latest + permissions: + issues: write steps: - name: Checkout repo uses: actions/checkout@v4