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.
gitea/modules
谈笑风生间 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.
2 years ago
..
actions show workflow config error on file view also (#24267) 2 years ago
activitypub
analyze
assetfs
auth
avatar Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
base
cache
charset Update go tool dependencies, restructure lint targets (#24239) 2 years ago
container
context Fix install page context, make the install page tests really test (#24858) 2 years ago
csv
doctor Rewrite logger system (#24726) 2 years ago
emoji
eventsource
generate
git Merge different languages for language stats (#24900) 2 years ago
gitgraph
graceful Fix regression: access log template, gitea manager cli command (#24838) 2 years ago
hcaptcha
highlight
hostmatcher
html
httpcache Use standard HTTP library to serve files (#24693) 2 years ago
httplib Use standard HTTP library to serve files (#24693) 2 years ago
indexer Rewrite logger system (#24726) 2 years ago
issue/template
json
label
lfs Rewrite logger system (#24726) 2 years ago
log Merge different languages for language stats (#24900) 2 years ago
markup Fix video width overflow in markdown, and other changes to match img (#24834) 2 years ago
mcaptcha
metrics
migration
mirror Rewrite queue (#24505) 2 years ago
nosql
notification Rewrite queue (#24505) 2 years ago
options
packages Add CRAN package registry (#22331) 2 years ago
paginator Use more specific test methods (#24265) 2 years ago
pprof
private Add gitea manager reload-templates command (#24843) 2 years ago
process
proxy
proxyprotocol
public Use standard HTTP library to serve files (#24693) 2 years ago
queue Do not call nil handler for a dummy queue (#24880) 2 years ago
recaptcha
references
regexplru
repository Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 2 years ago
secret Improve decryption failure message (#24573) 2 years ago
session
setting Make environment-to-ini support loading key value from file (#24832) 2 years ago
sitemap
ssh Rewrite logger system (#24726) 2 years ago
storage Implement actions artifacts (#22738) 2 years ago
structs New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
svg
sync
system
templates Add gitea manager reload-templates command (#24843) 2 years ago
test Rewrite logger system (#24726) 2 years ago
testlogger Rewrite logger system (#24726) 2 years ago
timeutil Fix incorrect webhook time and use relative-time to display it (#24477) 2 years ago
translation Decouple the different contexts from each other (#24786) 2 years ago
turnstile
typesniffer
updatechecker
upload
uri
user
util Rewrite logger system (#24726) 2 years ago
validation
web Fix install page context, make the install page tests really test (#24858) 2 years ago
webhook New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago