From 6d7d74feb41866c0d3b59dac6f938e72efecf37b Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 23 Sep 2025 14:21:58 -0500 Subject: fixing against new .proto files --- windowPatches.go | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'windowPatches.go') diff --git a/windowPatches.go b/windowPatches.go index a7d40b5..40f96de 100644 --- a/windowPatches.go +++ b/windowPatches.go @@ -117,11 +117,8 @@ func applyPatchLabel(p *forgepb.Patch) string { // log.Info("Could not figure out repo path", rn) return "" } - if p.NewHash == "na" { - return "git am" - } if p.NewHash == "" { - return "new" + return "git am" } return "done" } -- cgit v1.2.3