common: update gitea APIs

This commit is contained in:
2025-05-26 16:55:15 +02:00
parent 3bef967023
commit d150c66427
60 changed files with 7832 additions and 119 deletions

View File

@@ -44,6 +44,12 @@ type CreatePullRequestOption struct {
// milestone
Milestone int64 `json:"milestone,omitempty"`
// reviewers
Reviewers []string `json:"reviewers"`
// team reviewers
TeamReviewers []string `json:"team_reviewers"`
// title
Title string `json:"title,omitempty"`
}