From 55c2a19d0dcaed50daae5827f1e663e544e6fe53 Mon Sep 17 00:00:00 2001 From: "GHA: Update Upstream From Fork" Date: Fri, 15 Mar 2024 15:47:55 -0500 Subject: [PATCH] Switch to [anza migration]. This commit will get skipped I think --- .github/workflows/cherry-pick-from-branch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cherry-pick-from-branch.sh b/.github/workflows/cherry-pick-from-branch.sh index 2e54b0b..ae8c2f6 100755 --- a/.github/workflows/cherry-pick-from-branch.sh +++ b/.github/workflows/cherry-pick-from-branch.sh @@ -20,7 +20,7 @@ echo "DEST_BRANCH: $DEST_BRANCH" echo "BEFORE_SHA: $BEFORE_SHA" echo "LAST_SHA: $LAST_SHA" -SKIP_COMMIT_STRING="DO NOT SYNC" +SKIP_COMMIT_STRING="[anza migration]" # TODO commenting these causes a silent failure. Make it fail loudly git config --global user.email "noreply@anza.xyz"