feat: add ‹tbd› to the first comment
Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
6e68afcac4
commit
f62ed2e4a3
1 changed files with 1 additions and 1 deletions
|
@ -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{
|
||||
|
|
Loading…
Add table
Reference in a new issue