From 4ad422c3eaf73bc9d242e4247394af4d864cd923 Mon Sep 17 00:00:00 2001 From: dom Date: Sun, 8 Mar 2026 15:44:30 +0800 Subject: [PATCH] suppress build annotation Signed-off-by: dom --- lib/scripts/patch.ps1 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/scripts/patch.ps1 b/lib/scripts/patch.ps1 index 4868b97ef..139641c3c 100644 --- a/lib/scripts/patch.ps1 +++ b/lib/scripts/patch.ps1 @@ -45,6 +45,8 @@ switch ($platform.ToLower()) { git config --global user.name "ci" git config --global user.email "example@example.com" +git reset --hard HEAD + foreach ($pick in $picks) { git stash git cherry-pick $pick --no-edit