Skip to content

Commit

Permalink
Add code owners for go.mod/go.sum
Browse files Browse the repository at this point in the history
Signed-off-by: Tom Pantelis <tompantelis@gmail.com>
(cherry picked from commit d586748)
  • Loading branch information
tpantelis committed Feb 9, 2024
1 parent 56b9b47 commit 3f41387
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
/package/ @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
/scripts/ @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
Dockerfile.dapper @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
go.mod @aswinsuryan @dfarrell07 @maayanf24 @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
go.sum @aswinsuryan @dfarrell07 @maayanf24 @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
Makefile* @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
4 changes: 3 additions & 1 deletion CODEOWNERS.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
@dfarrell07 *.md
@aswinsuryan go.mod go.sum
@dfarrell07 *.md go.mod go.sum
@maayanf24 go.mod go.sum
@mkolesnik /.github/workflows/ /scripts/ Makefile* Dockerfile.dapper /package/
@Oats87 *
@skitt *
Expand Down

0 comments on commit 3f41387

Please sign in to comment.