From eb1aaee862ceb4a223f00584dca341fb46f3788b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=92=D0=BB=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Mon, 16 Jun 2025 23:23:38 +0500 Subject: [PATCH 1/2] changed the 'v2.10.x' branch --- auto-comment.go | 0 watcher.go | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 auto-comment.go diff --git a/auto-comment.go b/auto-comment.go new file mode 100644 index 0000000..e69de29 diff --git a/watcher.go b/watcher.go index d700971..1dd86a1 100644 --- a/watcher.go +++ b/watcher.go @@ -42,7 +42,7 @@ func WatchCommit(path string) { signal.Notify(sigs, syscall.SIGINT, syscall.SIGTERM) go func() { <-sigs - InfoLogger("Shutdown work watcher...") + InfoLogger("shutdown work watcher...") os.Exit(0) }() From bc5a259b7802b1905c210943dd0990c30b4ec423 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=92=D0=BB=D0=B0=D1=81?= =?UTF-8?q?=D0=BE=D0=B2?= Date: Mon, 16 Jun 2025 23:25:29 +0500 Subject: [PATCH 2/2] added package main for 'auto-comment.go' --- auto-comment.go | 1 + 1 file changed, 1 insertion(+) diff --git a/auto-comment.go b/auto-comment.go index e69de29..06ab7d0 100644 --- a/auto-comment.go +++ b/auto-comment.go @@ -0,0 +1 @@ +package main