From b4bf1bbb3ca8a11b5bd8a2f5871d9fe55d834cd6 Mon Sep 17 00:00:00 2001 From: Zack Pollard Date: Mon, 7 Oct 2024 11:42:04 +0100 Subject: [PATCH] feat: support and feedback modal with third party support (#13248) --- .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 1557b3d15c..754d409613 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