ci: fix and update check merge workflow (#6987)
This commit is contained in:
parent
2317dc2a22
commit
4f591ce0e4
1 changed files with 2 additions and 2 deletions
4
.github/workflows/check-merge.yml
vendored
4
.github/workflows/check-merge.yml
vendored
|
@ -34,7 +34,7 @@ jobs:
|
||||||
|
|
||||||
- name: Get changed files in the .changeset folder
|
- name: Get changed files in the .changeset folder
|
||||||
id: changed-files
|
id: changed-files
|
||||||
uses: tj-actions/changed-files@v29
|
uses: tj-actions/changed-files@v35
|
||||||
if: steps.set-blocks.outputs.blocks == ''
|
if: steps.set-blocks.outputs.blocks == ''
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
|
@ -87,5 +87,5 @@ jobs:
|
||||||
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/reviews \
|
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/reviews \
|
||||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||||
--header 'content-type: application/json' \
|
--header 'content-type: application/json' \
|
||||||
-d '{"event":"REQUEST_CHANGES"}'
|
-d '{"event":"REQUEST_CHANGES", body: ""}'
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue