Skip to content

Commit

Permalink
[build] Make Check OC GH Action create draft PRs
Browse files Browse the repository at this point in the history
Signed-off-by: Victor Rubezhny <[email protected]>
  • Loading branch information
vrubezhny committed Dec 17, 2024
1 parent 0a225b4 commit 7f9e395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-oc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ jobs:
git checkout -b "oc-${{ env.LATEST_TOOL_RELEASE }}"
git commit -am "Update oc to ${{ env.LATEST_TOOL_RELEASE }}"
git push origin "oc-${{ env.LATEST_TOOL_RELEASE }}"
gh pr create --title "Update oc to ${{ env.LATEST_TOOL_RELEASE }}" --body "See ${release_url}"
gh pr create --draft --title "Update oc to ${{ env.LATEST_TOOL_RELEASE }}" --body "See ${release_url}"

0 comments on commit 7f9e395

Please sign in to comment.