Skip to content

Commit

Permalink
Make CODEOWNERS additive
Browse files Browse the repository at this point in the history
Since CODEOWNERS isn't additive, we need to mention all owners of any
pattern defined in the function. For the operator, this results in
duplicating the '*' owners on all lines.

This will avoid code-owner-based review and merging being limited by
having a single person identified as the code owner for a review.

Signed-off-by: Stephen Kitt <skitt@redhat.com>
  • Loading branch information
skitt committed Sep 24, 2020
1 parent dbb7f7f commit d4a5058
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
* @mangelajo @tpantelis @Oats87 @skitt
/.github/workflows/ @mkolesnik
/scripts/ @mkolesnik
Makefile* @mkolesnik
Dockerfile.dapper @mkolesnik
build/* @mkolesnik
* @mangelajo @tpantelis @Oats87 @skitt
/.github/workflows/ @mangelajo @tpantelis @Oats87 @skitt @mkolesnik
/scripts/ @mangelajo @tpantelis @Oats87 @skitt @mkolesnik
Makefile* @mangelajo @tpantelis @Oats87 @skitt @mkolesnik
Dockerfile.dapper @mangelajo @tpantelis @Oats87 @skitt @mkolesnik
build/* @mangelajo @tpantelis @Oats87 @skitt @mkolesnik

0 comments on commit d4a5058

Please sign in to comment.