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 a6bb980 commit 957116a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/rw_process_repo_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ 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"
- name: Detect if PR is in project
Expand Down

0 comments on commit 957116a

Please sign in to comment.