From 42c88fe1219cda0b7d98366aafe0d0ee5e3bed6d Mon Sep 17 00:00:00 2001 From: "rE-Bo0t.bx1" <54429050+r3bo0tbx1@users.noreply.github.com> Date: Thu, 5 Feb 2026 17:37:35 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20fix(ci):=20add=20workflow=20perm?= =?UTF-8?q?issions=20(#21)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com> --- .github/workflows/assign.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/assign.yml b/.github/workflows/assign.yml index cddec11..793d143 100644 --- a/.github/workflows/assign.yml +++ b/.github/workflows/assign.yml @@ -7,6 +7,8 @@ jobs: assign: if: github.actor == 'dependabot[bot]' runs-on: ubuntu-latest + permissions: + pull-requests: write steps: - name: Assign reviewer uses: actions/github-script@v7