mirror of
https://github.com/go-gitea/gitea.git
synced 2024-10-31 08:37:35 -04:00
309354c70e
close https://github.com/go-gitea/gitea/issues/16321 Provided a webhook trigger for requesting someone to review the Pull Request. Some modifications have been made to the returned `PullRequestPayload` based on the GitHub webhook settings, including: - add a description of the current reviewer object as `RequestedReviewer` . - setting the action to either **review_requested** or **review_request_removed** based on the operation. - adding the `RequestedReviewers` field to the issues_model.PullRequest. This field will be loaded into the PullRequest through `LoadRequestedReviewers()` when `ToAPIPullRequest` is called. After the Pull Request is merged, I will supplement the relevant documentation. |
||
---|---|---|
.. | ||
admin.go | ||
auth_form.go | ||
org.go | ||
package_form.go | ||
repo_branch_form.go | ||
repo_form_test.go | ||
repo_form.go | ||
repo_tag_form.go | ||
runner.go | ||
user_form_auth_openid.go | ||
user_form_hidden_comments.go | ||
user_form_test.go | ||
user_form.go |