From 199ddb43eed11973c7e36fcbadeb589cf2f0ddab Mon Sep 17 00:00:00 2001 From: modem7 Date: Fri, 31 Jul 2026 02:24:42 +0100 Subject: [PATCH] ci: grant issues:write to auto-assign-pr job --- .github/workflows/autoassign.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/autoassign.yml b/.github/workflows/autoassign.yml index ea86e46..0199e61 100644 --- a/.github/workflows/autoassign.yml +++ b/.github/workflows/autoassign.yml @@ -23,8 +23,9 @@ jobs: runs-on: ubuntu-latest permissions: pull-requests: write + issues: write steps: - name: 'Auto-assign PR' uses: pozil/auto-assign-issue@v4.0.1 with: - assignees: modem7 \ No newline at end of file + assignees: modem7