From d999cc670e00f6658bdb3220ebd3c4e404f2a48f Mon Sep 17 00:00:00 2001 From: Aaron Powell Date: Tue, 16 Jun 2026 14:10:54 +1000 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- .github/workflows/external-plugin-pr-quality-gates.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/external-plugin-pr-quality-gates.yml b/.github/workflows/external-plugin-pr-quality-gates.yml index 4bd3105a..0fcb1074 100644 --- a/.github/workflows/external-plugin-pr-quality-gates.yml +++ b/.github/workflows/external-plugin-pr-quality-gates.yml @@ -112,9 +112,9 @@ jobs: needs: [detect-changed-plugins, run-quality-gates] if: always() permissions: + contents: read issues: write pull-requests: write - steps: - name: Checkout staged branch uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1 with: