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{