You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/models/issues
Lunny Xiao 277f90d416
Fix codeowner detected diff base branch to mergebase (#29783)
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>
11 months ago
..
assignees.go Add user blocking (#29028) 11 months ago
assignees_test.go
comment.go Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
comment_code.go Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
comment_list.go Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
comment_test.go
content_history.go
content_history_test.go
dependency.go
dependency_test.go
issue.go
issue_index.go
issue_label.go
issue_label_test.go
issue_list.go Do some performance optimize for issues list and view issue/pull (#29515) 11 months ago
issue_list_test.go
issue_lock.go
issue_project.go
issue_search.go remove repetitive words (#29695) 11 months ago
issue_stats.go
issue_test.go
issue_update.go Add user blocking (#29028) 11 months ago
issue_user.go
issue_user_test.go
issue_watch.go
issue_watch_test.go
issue_xref.go Add user blocking (#29028) 11 months ago
issue_xref_test.go
label.go Refactor label.IsArchived() (#29750) 11 months ago
label_test.go
main_test.go
milestone.go
milestone_list.go
milestone_test.go
pull.go Fix codeowner detected diff base branch to mergebase (#29783) 11 months ago
pull_list.go
pull_test.go
reaction.go Add user blocking (#29028) 11 months ago
review.go
review_list.go
review_test.go
stopwatch.go
stopwatch_test.go
tracked_time.go
tracked_time_test.go