From ca76ae06e1d6dbeeb60dac7f5a55086924aa0a24 Mon Sep 17 00:00:00 2001 From: notgitika Date: Mon, 2 Mar 2026 16:02:32 -0500 Subject: [PATCH] fix: add statuses write permission to PR title workflow --- .github/workflows/pr-title.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 02ed5fa7..6c5b01e9 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -8,6 +8,9 @@ on: jobs: validate-pr-title: runs-on: ubuntu-latest + permissions: + statuses: write + pull-requests: read steps: - uses: amannn/action-semantic-pull-request@v6.1.1 env: