Skip to content

Commit

Permalink
Update rw_process_repo_pr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
surchs authored Oct 11, 2023
1 parent 957116a commit 5074f09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 5074f09

Please sign in to comment.