From 5074f098b4922d5dfdfe83a0dada24bec81a1ddb Mon Sep 17 00:00:00 2001 From: Sebastian Urchs Date: Wed, 11 Oct 2023 17:24:40 -0400 Subject: [PATCH] Update rw_process_repo_pr.yml --- .github/workflows/rw_process_repo_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rw_process_repo_pr.yml b/.github/workflows/rw_process_repo_pr.yml index e56dbad..06f9b57 100644 --- a/.github/workflows/rw_process_repo_pr.yml +++ b/.github/workflows/rw_process_repo_pr.yml @@ -84,8 +84,8 @@ jobs: id: has_label continue-on-error: true run: | - echo gh pr view ${{matrix.pr_url}} --json labels | jq '.labels[].name' | grep -q "_bot" - gh pr view ${{matrix.pr_url}} --json labels | jq '.labels[].name' | grep -q "_bot" + echo "gh pr view ${{matrix.pr_url}} --json labels | jq '.labels[].name' | grep -q '_bot'" + gh pr view ${{matrix.pr_url}} --json labels | jq '.labels[].name' | grep -q '_bot' - name: Detect if PR is in project if: steps.has_label.outcome == 'success'