From 72a6c9fd65c68bb79026020abea795e924d5fedb Mon Sep 17 00:00:00 2001 From: Jason Wen Date: Thu, 31 Jul 2025 00:41:08 -0400 Subject: [PATCH] ci: refactor PR handling and input parsing for `squash-and-merge` (#1094) * ci: refactor PR handling with output file storage and streamlined input parsing * try runner.temp * base64 it * simple simple * double it and give it to the next person * One more test * Apply suggestions from code review --------- Co-authored-by: DevTekVE --- .github/workflows/sunnypilot-master-dev-c3-prep.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sunnypilot-master-dev-c3-prep.yaml b/.github/workflows/sunnypilot-master-dev-c3-prep.yaml index 031be6a50d..35afe88cb7 100644 --- a/.github/workflows/sunnypilot-master-dev-c3-prep.yaml +++ b/.github/workflows/sunnypilot-master-dev-c3-prep.yaml @@ -153,6 +153,7 @@ jobs: } }' -F label="is:pr is:open label:${PR_LABEL} draft:false sort:created-asc") + PR_LIST=${PR_LIST//\'/} echo "PR_LIST=${PR_LIST}" >> $GITHUB_OUTPUT env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}