build: update `REQUIRED_BASE_SHA` in merge script to clang 1.4.0 upgrade commit (#36547)
Updating `REQUIRED_BASE_SHA` for master and patch branches to make sure PRs that we merge are rebased after clang 1.4.0 upgrade. PR Close #36547
This commit is contained in:
parent
2e4244d521
commit
fee316161d
|
@ -131,8 +131,8 @@ CHERRY_PICK_PR="git cherry-pick merge_pr_base..merge_pr"
|
||||||
#
|
#
|
||||||
# This check is used to enforce that we don't merge PRs that have not been rebased recently and could result in merging
|
# This check is used to enforce that we don't merge PRs that have not been rebased recently and could result in merging
|
||||||
# of non-approved or otherwise bad changes.
|
# of non-approved or otherwise bad changes.
|
||||||
REQUIRED_BASE_SHA_MASTER="296dc0622f0e8c4e803ff4f19a5c6fe02a2ae66e" # CODEOWNERS => PullApprove migration
|
REQUIRED_BASE_SHA_MASTER="c5c57f673745e9b66a771c49e778a7d2e8d8c56a" # clang 1.4.0 update
|
||||||
REQUIRED_BASE_SHA_PATCH="110f6c91b904819cab639861b54b6a989e176942" # CODEOWNERS => PullApprove migration
|
REQUIRED_BASE_SHA_PATCH="f4681b6e407c0f518bc4a27ca04ca60d8eff8a69" # clang 1.4.0 update
|
||||||
if [[ $MERGE_MASTER == 1 ]]; then
|
if [[ $MERGE_MASTER == 1 ]]; then
|
||||||
REQUIRED_BASE_SHA="$REQUIRED_BASE_SHA_MASTER"
|
REQUIRED_BASE_SHA="$REQUIRED_BASE_SHA_MASTER"
|
||||||
# check patch only if patch-only PR
|
# check patch only if patch-only PR
|
||||||
|
|
Loading…
Reference in New Issue