Currently, if you have a PR with only deletes, no owners are requested to review the code. This indicates that Codeowners Plus is not adding owners of deleted files across the board, which should be fixed.
Count deleted files as changed files and require review from the teams which would own those.
Problem: If the .codeowners file itself is deleted, this would break the current model, as Codeowners Plus uses the filesystem to read .codeowners files.
Question: Should Codeowners Plus try to read deleted .codeowners files or not?
Currently, if you have a PR with only deletes, no owners are requested to review the code. This indicates that Codeowners Plus is not adding owners of deleted files across the board, which should be fixed.
Count deleted files as changed files and require review from the teams which would own those.
Problem: If the
.codeownersfile itself is deleted, this would break the current model, as Codeowners Plus uses the filesystem to read.codeownersfiles.Question: Should Codeowners Plus try to read deleted
.codeownersfiles or not?