0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 02:46:27 +01:00
gitea/services/convert
Edip Emre Bodur 94cca8846e
Fix null requested_reviewer from API (#31773)
If the assign the pull request review to a team, it did not show the
members of the team in the "requested_reviewers" field, so the field was
null. As a solution, I added the team members to the array.

fix #31764
2024-08-05 10:59:53 +00:00
..
activity.go
attachment.go
convert.go
git_commit_test.go
git_commit.go
issue_comment.go
issue_test.go
issue.go
main_test.go
mirror.go
notification.go
package.go
pull_review_test.go
pull_review.go
pull_test.go
pull.go Fix null requested_reviewer from API (#31773) 2024-08-05 10:59:53 +00:00
release_test.go
release.go
repository.go
secret.go
status.go
user_test.go
user.go
utils_test.go
utils.go
wiki.go