Update mark-as-draft-on-requesting-changes.yml
This commit is contained in:
parent
b388708474
commit
f411227a5d
@ -41,7 +41,9 @@ jobs:
|
||||
env:
|
||||
GH_TOKEN: ${{ github.token }}
|
||||
run: |
|
||||
gh pr ready "${{ github.event.pull_request.number }}" --undo || true
|
||||
gh pr ready "${{ github.event.pull_request.number }}" \
|
||||
--repo "${{ github.repository }}" \
|
||||
--undo
|
||||
|
||||
ready-for-review:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Loading…
Reference in New Issue
Block a user