From 567ca19cf6fafee5ce47428dc68e9590dac129ba Mon Sep 17 00:00:00 2001 From: Nightkilller Date: Thu, 4 Jun 2026 21:26:32 +0530 Subject: [PATCH] fix(actions): add pull request write permission --- .github/workflows/detect-ping-spam.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/detect-ping-spam.yml b/.github/workflows/detect-ping-spam.yml index 9cd04f35..a844e2ff 100644 --- a/.github/workflows/detect-ping-spam.yml +++ b/.github/workflows/detect-ping-spam.yml @@ -7,6 +7,7 @@ on: permissions: issues: write + pull-requests: write contents: read concurrency: