check if the bot left a review
This commit is contained in:
parent
bb54cc3bd9
commit
226fa15a79
1 changed files with 1 additions and 1 deletions
2
.github/workflows/check-merge.yml
vendored
2
.github/workflows/check-merge.yml
vendored
|
@ -19,7 +19,7 @@ jobs:
|
|||
- name: Check if there is already a block on this PR
|
||||
id: blocked
|
||||
run: |
|
||||
echo ${{ steps.set-reviews.outputs.reviews }}
|
||||
echo '${{ contains(fromJSON(steps.set-reviews.outputs.reviews).*.user.id, "41898282") }}'
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue