This is an automated email from the ASF dual-hosted git repository. kirs pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push: new c254925fd44 [Chore](cherry-pick-tool)Update the SHA in the pick script (#42654) c254925fd44 is described below commit c254925fd44b46238057e71e9edc781b53463749 Author: Calvin Kirs <k...@apache.org> AuthorDate: Mon Oct 28 22:21:45 2024 +0800 [Chore](cherry-pick-tool)Update the SHA in the pick script (#42654) ## Proposed changes Issue Number: close #xxx <!--Describe your changes.--> --- .github/workflows/auto-cherry-pick.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-cherry-pick.yml b/.github/workflows/auto-cherry-pick.yml index 4ee2614f0c9..ec8904ba34b 100644 --- a/.github/workflows/auto-cherry-pick.yml +++ b/.github/workflows/auto-cherry-pick.yml @@ -45,7 +45,7 @@ jobs: pip install PyGithub - name: Check SHA run: | - expected_sha="1941de05514e15c216067778e0287b4c3ebcd6f6042ee189a12257bfd0cdd9f764e18c7dae5de868e9b7128ce3be98dc8f78252932cee7d55552fc0cf8b69496" + expected_sha="a20ac395f474dfb9289e782d08daabb30f0c8f8aa6dbd13ae28507f234a78c06b72bc13babcc43a2bc61c849d27a2d5b05ee5f5d6f6edb601ae15314bee4defc" calculated_sha=$(sha512sum tools/auto-pick-script.py | awk '{ print $1 }') if [ "$calculated_sha" != "$expected_sha" ]; then echo "SHA mismatch! Expected: $expected_sha, but got: $calculated_sha" --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org