We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a225b4 commit 7f9e395Copy full SHA for 7f9e395
.github/workflows/check-oc.yml
@@ -47,4 +47,4 @@ jobs:
47
git checkout -b "oc-${{ env.LATEST_TOOL_RELEASE }}"
48
git commit -am "Update oc to ${{ env.LATEST_TOOL_RELEASE }}"
49
git push origin "oc-${{ env.LATEST_TOOL_RELEASE }}"
50
- 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 commit comments