Update mark-as-draft-on-requesting-changes.yml

This commit is contained in:
Frank Elsinga 2026-01-14 16:39:15 +01:00
parent b388708474
commit f411227a5d

View File

@ -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