From cfc3c767791d5c2da170fd8ccd1199e1c8028d13 Mon Sep 17 00:00:00 2001 From: Rachel Powers <508861+Ryex@users.noreply.github.com> Date: Wed, 12 Mar 2025 13:01:20 -0700 Subject: [PATCH] ci: fix labels detected as sequence Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com> --- .github/workflows/blocked_prs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/blocked_prs.yml b/.github/workflows/blocked_prs.yml index ecafc65a8..43915776d 100644 --- a/.github/workflows/blocked_prs.yml +++ b/.github/workflows/blocked_prs.yml @@ -24,7 +24,7 @@ jobs: checks: write steps: - - name: Setup From Pull Request Vent + - name: Setup From Pull Request Event if: github.event_name != 'workflow_dispatch' id: pr_event_setup env: @@ -35,7 +35,7 @@ jobs: PR_NUMBER_L: ${{ github.event.pull_request.number }} PR_HEAD_LABEL_L: ${{ github.event.pull_request.head.label }} PR_BODY_L: ${{ github.event.pull_request.body }} - PR_LABLES_L: ${{ github.event.pull_request.labels }} + PR_LABLES_L: "${{ github.event.pull_request.labels }}" run: | # setup env for the rest of the workflow {