From 4aa9e5c1720094cb73f8822dbc2dcef79ff78ee6 Mon Sep 17 00:00:00 2001 From: Charles Treatman Date: Wed, 2 Aug 2023 11:27:15 -0500 Subject: [PATCH] fix: commenting when PR titles are invalid requires write access on pull-requests --- .github/workflows/validate_pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate_pr.yml b/.github/workflows/validate_pr.yml index 42dacc95..a10a0e2e 100644 --- a/.github/workflows/validate_pr.yml +++ b/.github/workflows/validate_pr.yml @@ -8,7 +8,7 @@ on: - synchronize permissions: - pull-requests: read + pull-requests: write jobs: main: