Skip to content

Commit

Permalink
Add committers to go.mod and go.sum
Browse files Browse the repository at this point in the history
To allow more folks to help make releases.

Relates-to: submariner-io/submariner#2900
Signed-off-by: Daniel Farrell <[email protected]>
  • Loading branch information
dfarrell07 committed Feb 6, 2024
1 parent 2dfaa19 commit aed1e78
Show file tree
Hide file tree
Showing 2 changed files with 6 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 @@ -4,4 +4,6 @@
/.github/workflows/ @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 @yboaron
go.sum @aswinsuryan @dfarrell07 @maayanf24 @Oats87 @skitt @sridhargaddam @tpantelis @vthapar @yboaron
Makefile* @mkolesnik @Oats87 @skitt @sridhargaddam @tpantelis @vthapar
5 changes: 4 additions & 1 deletion CODEOWNERS.in
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
@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
@Oats87 *
@skitt *
@sridhargaddam *
@tpantelis *
@vthapar *
@yboaron go.mod go.sum

0 comments on commit aed1e78

Please sign in to comment.