Skip to content

Commit

Permalink
Generate CODEOWNERS from CODEOWNERS.in
Browse files Browse the repository at this point in the history
Use Shipyard's `make CODEOWNERS` target to build CODEOWNERS file from
easier-to-format CODEOWNERS.in.

Signed-off-by: Daniel Farrell <dfarrell@redhat.com>
  • Loading branch information
dfarrell07 authored and tpantelis committed Nov 4, 2020
1 parent e33da5e commit 011b6d3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
13 changes: 7 additions & 6 deletions CODEOWNERS
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
* @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
# Auto-generated, do not edit; see CODEOWNERS.in
* @mangelajo @Oats87 @skitt @tpantelis
/.github/workflows/ @mangelajo @mkolesnik @Oats87 @skitt @tpantelis
/scripts/ @mangelajo @mkolesnik @Oats87 @skitt @tpantelis
build/* @mangelajo @mkolesnik @Oats87 @skitt @tpantelis
Dockerfile.dapper @mangelajo @mkolesnik @Oats87 @skitt @tpantelis
Makefile* @mangelajo @mkolesnik @Oats87 @skitt @tpantelis
5 changes: 5 additions & 0 deletions CODEOWNERS.in
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
@mangelajo *
@Oats87 *
@skitt *
@tpantelis *
@mkolesnik /.github/workflows/ /scripts/ Makefile* Dockerfile.dapper build/*

0 comments on commit 011b6d3

Please sign in to comment.