Skip to content

Commit 7f9e395

Browse files
committed
[build] Make Check OC GH Action create draft PRs
Signed-off-by: Victor Rubezhny <[email protected]>
1 parent 0a225b4 commit 7f9e395

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-oc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
git checkout -b "oc-${{ env.LATEST_TOOL_RELEASE }}"
4848
git commit -am "Update oc to ${{ env.LATEST_TOOL_RELEASE }}"
4949
git push origin "oc-${{ env.LATEST_TOOL_RELEASE }}"
50-
gh pr create --title "Update oc to ${{ env.LATEST_TOOL_RELEASE }}" --body "See ${release_url}"
50+
gh pr create --draft --title "Update oc to ${{ env.LATEST_TOOL_RELEASE }}" --body "See ${release_url}"

0 commit comments

Comments
 (0)