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
Currently the CODEOWNERS-finding algorithm of this app is:
Was a path specified via -c path/to/CODEOWNERS? If so, try to use it.
Otherwise, try codeowners.locate from the cwd.
A more robust alternative to step 2 might be to try to find the root directory of the current repo, then codeowners.locate from that location. This seems like what other git-xyz (the built-in ones, at least) do, so it'd make git-codeowners feel more like a first-party thing alongside those.
The text was updated successfully, but these errors were encountered:
Currently the CODEOWNERS-finding algorithm of this app is:
-c path/to/CODEOWNERS
? If so, try to use it.codeowners.locate
from the cwd.A more robust alternative to step 2 might be to try to find the root directory of the current repo, then
codeowners.locate
from that location. This seems like what othergit-xyz
(the built-in ones, at least) do, so it'd make git-codeowners feel more like a first-party thing alongside those.The text was updated successfully, but these errors were encountered: