diff --git a/.github/workflows/mark-as-draft-on-requesting-changes.yml b/.github/workflows/mark-as-draft-on-requesting-changes.yml index 90ecc60b8..61407184c 100644 --- a/.github/workflows/mark-as-draft-on-requesting-changes.yml +++ b/.github/workflows/mark-as-draft-on-requesting-changes.yml @@ -43,7 +43,8 @@ jobs: run: | gh pr ready "${{ github.event.pull_request.number }}" \ --repo "${{ github.repository }}" \ - --undo + --undo || true + # || true to ignore the case where the pr is already a draft ready-for-review: runs-on: ubuntu-latest