feat: add ‹tbd› to the first comment

Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
Matej Focko 2023-03-28 22:11:32 +02:00
parent 6e68afcac4
commit f62ed2e4a3
Signed by: mfocko
GPG key ID: 7C47D46246790496

View file

@ -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{