From f62ed2e4a358d8ae21a4f0b1037f36c4b908446d Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Tue, 28 Mar 2023 22:11:32 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20add=20=E2=80=B9tbd=E2=80=BA=20to=20the?= =?UTF-8?q?=20first=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- src/cmd/open.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cmd/open.go b/src/cmd/open.go index 513a818..e3181f8 100644 --- a/src/cmd/open.go +++ b/src/cmd/open.go @@ -55,7 +55,7 @@ func ProcessBranches(client *gitea.Client, milestone *gitea.Milestone, branches _, _, err = client.CreatePullReview(config.Gitea.Owner, config.Gitea.Repository, pr.Index, gitea.CreatePullReviewOptions{ State: gitea.ReviewStatePending, - Body: "", + Body: "‹tbd›", CommitID: pr.Head.Sha, Comments: []gitea.CreatePullReviewComment{ gitea.CreatePullReviewComment{