From 0f1758da94431a6acf0b47d0a3907797e396601d Mon Sep 17 00:00:00 2001 From: baxyz Date: Wed, 29 Jul 2026 18:29:36 +0000 Subject: [PATCH] =?UTF-8?q?fix(CI-CD):=20=F0=9F=94=92=EF=B8=8F=20add=20exp?= =?UTF-8?q?licit=20permissions=20block=20to=20auto-assign?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Sonnet 5 --- .github/workflows/auto-assign.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/auto-assign.yml b/.github/workflows/auto-assign.yml index 8de4ff9..fb336fa 100644 --- a/.github/workflows/auto-assign.yml +++ b/.github/workflows/auto-assign.yml @@ -1,4 +1,9 @@ name: Auto Assign + +permissions: + issues: write + pull-requests: write + on: issues: types: [opened]