From b3027414ad0ecdcbeeded8212d8fbacfdf161cad Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Tue, 11 Aug 2026 11:05:21 +0300 Subject: [PATCH] bot-prevention: add issue writing permissions (#23547) --- .github/workflows/bot-prevention.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/bot-prevention.yml b/.github/workflows/bot-prevention.yml index 4d8e225e56..705be6b4d3 100644 --- a/.github/workflows/bot-prevention.yml +++ b/.github/workflows/bot-prevention.yml @@ -6,6 +6,7 @@ on: permissions: pull-requests: write + issues: write jobs: check-pr-body: