if i create a codeowners file like this: CODEOWNERS: /build/logs/log.txt @ghost owners = CodeOwners(example_file) owners.of("/build/logs/log.txt") it doesnt return any owner was this supposed to happen?
if i create a codeowners file like this:
CODEOWNERS:
/build/logs/log.txt @ghost
owners = CodeOwners(example_file)
owners.of("/build/logs/log.txt") it doesnt return any owner
was this supposed to happen?