From eefb552ef3dc4bd8a50badf41c1eb677befe3bc0 Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Mon, 7 Oct 2024 11:35:52 +0100 Subject: [PATCH] ci: fix label validation PR comment permissions --- .github/workflows/pr-label-validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-label-validation.yml b/.github/workflows/pr-label-validation.yml index 1557b3d15cfba..754d4096132b6 100644 --- a/.github/workflows/pr-label-validation.yml +++ b/.github/workflows/pr-label-validation.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest permissions: issues: write - pull-requests: read + pull-requests: write steps: - name: Require PR to have a changelog label uses: mheap/github-action-required-labels@v5