From c6ed115771a682d0c8f68aad0d68186cfd0ee338 Mon Sep 17 00:00:00 2001 From: Copilot <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Mar 2026 14:29:03 -0700 Subject: [PATCH] [WIP] Address feedback on CI setup overhaul (#4487) Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: majora2007 <735851+majora2007@users.noreply.github.com> --- .github/workflows/develop-workflow.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/develop-workflow.yml b/.github/workflows/develop-workflow.yml index 51805c40d..e83eac77c 100644 --- a/.github/workflows/develop-workflow.yml +++ b/.github/workflows/develop-workflow.yml @@ -8,6 +8,9 @@ on: jobs: check-source: runs-on: ubuntu-24.04 + permissions: + pull-requests: read + contents: read outputs: head_ref: ${{ steps.findPr.outputs.head_ref }} pr_title: ${{ steps.findPr.outputs.title }}