From b24c89b8c7ca69b862724415e8167e330939ab9a Mon Sep 17 00:00:00 2001 From: Jonathan Borgwing Date: Fri, 17 Jul 2026 14:11:17 -0400 Subject: [PATCH] fix: grant PR title workflow token permissions Co-authored-by: Cursor --- .github/workflows/pr-title.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/pr-title.yml b/.github/workflows/pr-title.yml index 16e0e75..357f074 100644 --- a/.github/workflows/pr-title.yml +++ b/.github/workflows/pr-title.yml @@ -4,8 +4,11 @@ on: pull_request: types: [opened, edited, synchronize, reopened] +# Token needs read access to the PR payload; some orgs tighten defaults. permissions: - pull-requests: read + contents: read + pull-requests: write + statuses: write jobs: lint: