Skip to content

Conversation

lunny
Copy link
Member

@lunny lunny commented Aug 23, 2025

Request review is a feature of pull request. This PR move all related functions from issue service package to pull service package.

It also fix #35327

@GiteaBot GiteaBot added the lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. label Aug 23, 2025
@github-actions github-actions bot added modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code labels Aug 23, 2025
notify_service.IssueChangeTitle(ctx, doer, issue, oldTitle)
ReviewRequestNotify(ctx, issue, issue.Poster, reviewNotifiers)
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

issue service cannot invoke pull service because of dependency cycle. So the logic is moved to pull/review_request.go

@lunny lunny added the type/refactoring Existing code has been cleaned up. There should be no new functionality. label Aug 23, 2025
@lunny lunny added type/bug backport/done All backports for this PR have been created backport/v1.24 This PR should be backported to Gitea 1.24 labels Aug 23, 2025
@lunny lunny marked this pull request as ready for review August 23, 2025 04:44
@lunny lunny added this to the 1.25.0 milestone Aug 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport/done All backports for this PR have been created backport/v1.24 This PR should be backported to Gitea 1.24 lgtm/need 2 This PR needs two approvals by maintainers to be considered for merging. modifies/api This PR adds API routes or modifies them modifies/go Pull requests that update Go code type/bug type/refactoring Existing code has been cleaned up. There should be no new functionality.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Webhook value requested_reviewers is not up to date
2 participants