mirror of
https://github.com/go-gitea/gitea
synced 2024-11-02 08:14:25 +00:00
277f90d416
Fix #29763 This PR fixes 2 problems with CodeOwner in the pull request. - Don't use the pull request base branch but merge-base as a diff base to detect the code owner. - CodeOwner detection in fork repositories will be disabled because almost all the fork repositories will not change CODEOWNERS files but it should not be used on fork repositories' pull requests. --------- Co-authored-by: wxiaoguang <wxiaoguang@gmail.com> |
||
---|---|---|
.. | ||
assignee_test.go | ||
assignee.go | ||
comments.go | ||
commit_test.go | ||
commit.go | ||
content.go | ||
issue_test.go | ||
issue.go | ||
label_test.go | ||
label.go | ||
main_test.go | ||
milestone_test.go | ||
milestone.go | ||
pull.go | ||
reaction_test.go | ||
reaction.go | ||
status.go | ||
template.go |