ci: fix and update check merge workflow (#6987)

This commit is contained in:
Emanuele Stoppa 2023-05-04 11:31:31 +01:00 committed by GitHub
parent 2317dc2a22
commit 4f591ce0e4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -34,7 +34,7 @@ jobs:
- name: Get changed files in the .changeset folder
id: changed-files
uses: tj-actions/changed-files@v29
uses: tj-actions/changed-files@v35
if: steps.set-blocks.outputs.blocks == ''
with:
files: |
@ -87,5 +87,5 @@ jobs:
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/reviews \
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
--header 'content-type: application/json' \
-d '{"event":"REQUEST_CHANGES"}'
-d '{"event":"REQUEST_CHANGES", body: ""}'