Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: the API returns one reviewer not reviewers #390

Merged
merged 1 commit into from
Jun 2, 2023

Conversation

0xB10C
Copy link
Contributor

@0xB10C 0xB10C commented Jun 2, 2023

For the "review_requested" and "review_request_removed" events the GitHub API returns only a single requested_reviewer and not multiple requested_reviewers. This was incorrectly introduced in 250d9ef.

For the ["review_requested"][0] and ["review_request_removed"][1] events
the GitHub API returns only a single requested_reviewer and not
multiple requested_reviewers. This was incorrectly introduced in
250d9ef.

[0]: https://docs.github.com/en/webhooks-and-events/events/issue-event-types#properties-for-review_requested
[1]: https://docs.github.com/en/webhooks-and-events/events/issue-event-types#review_request_removed
@0xB10C 0xB10C mentioned this pull request Jun 2, 2023
@XAMPPRocky XAMPPRocky merged commit 056fe6b into XAMPPRocky:main Jun 2, 2023
@github-actions github-actions bot mentioned this pull request Jun 2, 2023
@0xB10C 0xB10C deleted the 2023-06-fix-requested-reviewer branch June 2, 2023 16:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants