diff --git a/bin/merge b/bin/merge index 81be2d29ab49ba962ad50d7a952eb814e7ccdf8b..da98710f62ec43c9b6efbf0f50a015ece46d3411 100755 --- a/bin/merge +++ b/bin/merge @@ -27,7 +27,7 @@ if [[ "$1" == "major" ]]; then TITLE="${TITLE} [MAJOR_VERSION]" fi -sleep 5 +sleep 2 rm /tmp/glab.log || true glab mr create --fill --yes --source-branch ${SOURCEBRANCH} --target-branch ${TARGETBRANCH} --title "$TITLE" > /tmp/glab.log EC=0