You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support in the SearchFileLocator is now available for Github and Bitbucket, but Gitlab should probably be supported as well.
Additionally both Gitlab and Github also support docs/CODEOWNERS. BitBucket does not appear to support docs/CODEOWNERS as a viable location.
I'm unable to find the priority in which Github, Gitlab and BitBucket search. Others seem to suggest root > .github > docs > .gitlab. Might be worth an investigation.
The text was updated successfully, but these errors were encountered:
- Add support for Gitlab when searching for a CODEOWNERS file
- Change the order in which is searched for a CODEOWNERS file after an answer from Github to `.github/|.bitbucket/|.gitlab/` > `root` > `docs/`
Fixes#6
Support in the
SearchFileLocator
is now available for Github and Bitbucket, but Gitlab should probably be supported as well.Additionally both Gitlab and Github also support
docs/CODEOWNERS
. BitBucket does not appear to supportdocs/CODEOWNERS
as a viable location.I'm unable to find the priority in which Github, Gitlab and BitBucket search. Others seem to suggest
root
>.github
>docs
>.gitlab
. Might be worth an investigation.The text was updated successfully, but these errors were encountered: