You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/templates/repo/settings
谈笑风生间 309354c70e
New webhook trigger for receiving Pull Request review requests (#24481)
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.
1 year ago
..
webhook New webhook trigger for receiving Pull Request review requests (#24481) 1 year ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
branches.tmpl Move `Rename branch` from repo settings page to the page of branches list (#24380) 1 year ago
collaboration.tmpl Modify width of ui container, fine tune css for settings pages and org header (#24315) 1 year ago
deploy_keys.tmpl Change `add_on` translation to `added_on` and include placeholder for the date (#24562) 1 year ago
githook_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
githooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_head.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
lfs.tmpl Improve some modal action buttons (#24289) 1 year ago
lfs_file.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
lfs_file_find.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
lfs_locks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
lfs_pointers.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
nav.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
navbar.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
options.tmpl Refactor Pull Mirror and fix out-of-sync bugs (#24732) 1 year ago
protected_branch.tmpl Support for status check pattern (#24633) 1 year ago
runner_edit.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
secrets.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
tags.tmpl Modify width of ui container, fine tune css for settings pages and org header (#24315) 1 year ago