From 2b23cb12465ae497297f0eac0d157b863011cd43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nuno=20G=C3=B3is?= Date: Mon, 30 Jun 2025 15:27:35 +0100 Subject: [PATCH] chore: add permissions to ai flag cleanup workflow (#10249) --- .github/workflows/ai-flag-cleanup.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ai-flag-cleanup.yml b/.github/workflows/ai-flag-cleanup.yml index ede77b7b76..c35ade3a1c 100644 --- a/.github/workflows/ai-flag-cleanup.yml +++ b/.github/workflows/ai-flag-cleanup.yml @@ -3,6 +3,9 @@ on: issues: types: [labeled] +permissions: + pull-requests: write + jobs: flag-cleanup: uses: mirrajabi/aider-github-workflows/.github/workflows/aider-issue-to-pr.yml@v1.0.0