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
I'm using this as a CI step to require explicit owners for a monolith owned by multiple teams. Currently the CI step will fail if someone deletes a file that didn't have an explicit owner. This is obviously not desirable.
It would be nice to have an option like:
github-codeowners git --exclude-deleted-files develop HEAD
This way the CI can enforce that all new or modified files have owners.
The text was updated successfully, but these errors were encountered:
I'm using this as a CI step to require explicit owners for a monolith owned by multiple teams. Currently the CI step will fail if someone deletes a file that didn't have an explicit owner. This is obviously not desirable.
It would be nice to have an option like:
This way the CI can enforce that all new or modified files have owners.
The text was updated successfully, but these errors were encountered: