File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -131,8 +131,8 @@ CHERRY_PICK_PR="git cherry-pick merge_pr_base..merge_pr"
131131#
132132# This check is used to enforce that we don't merge PRs that have not been rebased recently and could result in merging
133133# of non-approved or otherwise bad changes.
134- REQUIRED_BASE_SHA_MASTER=" 3fba6eff79a9b50909199eaa4ebf754c1c4adba6 " # pullapprove => CODEOWNERS migration
135- REQUIRED_BASE_SHA_PATCH=" e3853e842ea5c10fafbc310a76a4a7f47ed8c65e " # pullapprove => CODEOWNERS migration
134+ REQUIRED_BASE_SHA_MASTER=" a03a9236f2aed5d00012d25f032aa43a046d91da " # pullapprove => CODEOWNERS migration
135+ REQUIRED_BASE_SHA_PATCH=" a03a9236f2aed5d00012d25f032aa43a046d91da " # pullapprove => CODEOWNERS migration
136136if [[ $MERGE_MASTER == 1 ]]; then
137137 REQUIRED_BASE_SHA=" $REQUIRED_BASE_SHA_MASTER "
138138# check patch only if patch-only PR
You can’t perform that action at this time.
0 commit comments