Add commands for reviews
#315
Merged
6543
merged 9 commits from noerw/tea:reviews
into master
2 years 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!
@ -0,0 +38,4 @@
comment := strings.Join(ctx.Args().Tail(), " ")
return task.CreatePullReview(ctx, idx, gitea.ReviewStateApproved, comment, nil)
good catch
8bb5c15745
into master 2 years ago8bb5c15745
.Step 1:
From your project repository, check out a new branch and test the changes.Step 2:
Merge the changes and update on Gitea.