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]>
(cherry picked from commit 044ec55)
  • Loading branch information
dfarrell07 authored and tpantelis committed Feb 8, 2024
1 parent c542b34 commit 2e177e2
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 2e177e2

Please sign in to comment.