File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 7272if [[ " $STATUS " != " All checks passed!" ]]; then
7373 echo PR $PR_NUMBER is failing with: $STATUS
7474 if [[ $FORCE == 1 ]]; then
75- echo FORCING: --force flag used to ignor PR status.
75+ echo FORCING: --force flag used to ignore PR status.
7676 else
7777 echo Exting...
7878 exit 1
@@ -100,11 +100,11 @@ CHECKOUT_MASTER="git checkout merge_pr_master"
100100CHECKOUT_PATCH=" git checkout merge_pr_patch"
101101RESTORE_BRANCH=" git checkout $CURRENT_BRANCH "
102102
103- FETCH_PR=
" git fetch [email protected] :angular/angular.git pull/$PR_NUMBER /head:merge_pr heads/master :merge_pr_master heads/$PATCH_BRANCH :merge_pr_patch -f" 103+ FETCH_PR=
" git fetch [email protected] :angular/angular.git pull/$PR_NUMBER /head:merge_pr heads/$MASTER_BRANCH :merge_pr_master heads/$PATCH_BRANCH :merge_pr_patch -f" 104104BASE_PR=" git checkout merge_pr~$PR_SHA_COUNT -B merge_pr_base"
105105SQUASH_PR=" git rebase --autosquash --interactive merge_pr_base merge_pr"
106106REWRITE_MESSAGE=" git filter-branch -f --msg-filter \" $BASEDIR /utils/github_closes.js $PR_NUMBER \" merge_pr_base..merge_pr"
107- PUSH_BRANCHES=
" git push [email protected] :angular/angular.git merge_pr_master:master merge_pr_patch:$PATCH_BRANCH " 107+ PUSH_BRANCHES=
" git push [email protected] :angular/angular.git merge_pr_master:$MASTER_BRANCH merge_pr_patch:$PATCH_BRANCH " 108108CHERRY_PICK_PR=" git cherry-pick merge_pr_base..merge_pr"
109109
110110echo " ======================"
You can’t perform that action at this time.
0 commit comments