4 Commits

Author SHA1 Message Date
Giteabot
3d31b5963e
Fix code owners will not be mentioned when a pull request comes from a forked repository () ()
Backport  by @lunny

Fix 
Caused by 

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2024-04-15 19:08:16 +02:00
Lunny Xiao
475b6e839c
Fix Add/Remove WIP on pull request title failure ()
Fix 
2024-03-25 15:51:23 +08:00
Jimmy Praet
17d7ab5ad4
Notify reviewers added via CODEOWNERS () 2024-03-19 05:28:43 +00:00
Lunny Xiao
277f90d416
Fix codeowner detected diff base branch to mergebase ()
Fix 

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>
2024-03-15 05:13:09 +00:00