Add commands for reviews #315
Merged
6543
merged 9 commits from noerw/tea:reviews
into master
4 months ago
Loading…
Reference in new issue
There is no content yet.
Delete Branch 'noerw/tea:reviews'
Deleting a branch is permanent. It CANNOT be undone. Continue?
Adds
tea pr review
,tea pr approve
,tea pr reject
.fixes #131
a realy nice work!
comment := strings.Join(ctx.Args().Tail(), " ")
return task.CreatePullReview(ctx, idx, gitea.ReviewStateApproved, comment, nil)
good catch
Reviewers
8bb5c15745
.