Commit Graph

5 Commits (d73623d5262d13c3a38beec2b42368f1007f6794)

Author SHA1 Message Date
silverwind 9b2536b78f
Update misspell to 0.5.1 and add `misspellings.csv` ()
Misspell 0.5.0 supports passing a csv file to extend the list of
misspellings, so I added some common ones from the codebase. There is at
least one typo in a API response so we need to decided whether to revert
that and then likely remove the dict entry.
Lunny Xiao c63060b130
Fix code owners will not be mentioned when a pull request comes from a forked repository ()
Fix 
Caused by 
Lunny Xiao 475b6e839c
Fix Add/Remove WIP on pull request title failure ()
Fix 
Jimmy Praet 17d7ab5ad4
Notify reviewers added via CODEOWNERS ()
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>