Skip to content

Commit

Permalink
fix: che-22646 gh command needs fill flag when body is defined (#1780)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Kuznietsov <[email protected]>
  • Loading branch information
mkuznyetsov authored Nov 13, 2023
1 parent 5d1a58d commit 8e8e218
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ do
PRbody=$(curl -sSLo - ${template_file} | \
sed -r -n '/#+ Updates to existing Operators/,$p' | sed -r -e "s#\[\ \]#[x]#g")

$GH pr create -b "${PRbody}" -B "${upstream_org}:${base_branch}" -H "${fork_org}:${branch}"
$GH pr create -f -b "${PRbody}" -B "${upstream_org}:${base_branch}" -H "${fork_org}:${branch}"
else
echo "gh is not installed. Install it from https://hub.github.com/ or submit PR manually using PR template:
${template_file}
Expand Down

0 comments on commit 8e8e218

Please sign in to comment.