You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The json data posted by outgoing webhooks for pull request events currently contains assignees, but not reviewers or participants (both of which show in the UI as part of a PR).
It would be very useful to have a list of the reviewers and participants in the webhook data.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
I noticed that as of 1.20.0, requested_reviewers are included in some webhook events.
It seems they are included in review events, but not comment events. I would think they should be included in all PR events.
It would also be nice to have participants included in all events.
close#25833
Currently, the information for "requested_reviewers" is only included in
the webhook event for reviews. I would like to suggest adding this
information to the webhook event for "PullRequest comment" as well, as
they both pertain to the "PullRequest" event.
Also, The reviewer information for the Pull Request is not displayed
when it is approved or rejected.
go-gitea
locked as resolved and limited conversation to collaborators
Jan 14, 2025
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
type/proposalThe new feature has not been accepted yet but needs to be discussed first.
Feature Description
The json data posted by outgoing webhooks for pull request events currently contains assignees, but not reviewers or participants (both of which show in the UI as part of a PR).
It would be very useful to have a list of the reviewers and participants in the webhook data.
Screenshots
No response
The text was updated successfully, but these errors were encountered: