Commit Graph

3 Commits (cd7bf77b2f709f9e95b98fc938f873839f76ff91)

Author SHA1 Message Date
wxiaoguang 4142397b0b
Fix mentionable users when writing issue comments (#32715)
Fix #32702
3 months ago
Lunny Xiao fe49cb0243
Fix get reviewers' bug (#32415)
This PR rewrites `GetReviewer` function and move it to service layer.

Reviewers should not be watchers, so that this PR removed all watchers
from reviewers. When the repository is under an organization, the pull
request unit read permission will be checked to resolve the bug of
#32394

Fix #32394
3 months ago
Lunny Xiao a1892cf7e3
Move some functions from issue.go to standalone files (#32468)
Just functions move, no code change.

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
3 months ago