Add review request #439

Closed
opened 2020-10-20 18:15:37 +00:00 by 6543 · 1 comment
Owner

and update relates structs ...

source: https://github.com/go-gitea/gitea/pull/11355

and update relates structs ... source: https://github.com/go-gitea/gitea/pull/11355
6543 added this to the v0.14.0 milestone 2020-10-20 18:15:37 +00:00
6543 added the
kind/feature
label 2020-10-20 18:15:46 +00:00
Author
Owner

struct:

// PullReviewRequestOptions are options to add or remove pull review requests
type PullReviewRequestOptions struct {
	Reviewers     []string `json:"reviewers"`
	TeamReviewers []string `json:"team_reviewers"`
}
struct: ```go // PullReviewRequestOptions are options to add or remove pull review requests type PullReviewRequestOptions struct { Reviewers []string `json:"reviewers"` TeamReviewers []string `json:"team_reviewers"` } ```
6543 added the
has/pull
label 2021-02-16 20:13:46 +00:00
lunny closed this issue 2021-02-17 15:03:45 +00:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: gitea/go-sdk#439
No description provided.