From 4170a690f506efa7969439da3df37dd80a80ea31 Mon Sep 17 00:00:00 2001 From: Mitch Goudy Date: Thu, 18 Dec 2025 10:55:06 -0700 Subject: [PATCH] fix: add permissions block to pr-title-check workflow --- .github/workflows/pr-title-check.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/pr-title-check.yml b/.github/workflows/pr-title-check.yml index 0d7c14b4fa..860d2e945b 100644 --- a/.github/workflows/pr-title-check.yml +++ b/.github/workflows/pr-title-check.yml @@ -7,6 +7,9 @@ jobs: check-title: if: github.actor != 'dependabot[bot]' runs-on: ubuntu-latest + permissions: + contents: read + pull-requests: read steps: - uses: deepakputhraya/action-pr-title@master with: