Skip to content

Commit 32c5fa7

Browse files
authored
add malhotrasagar2212 for PR reviews (#15216)
1 parent 29e196d commit 32c5fa7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.ci/magician/github/membership_data.go

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@ var (
8080
"hao-nan-li": {
8181
vacations: []Vacation{},
8282
},
83+
"malhotrasagar2212": {
84+
vacations: []Vacation{},
85+
},
8386
"melinath": {
8487
vacations: []Vacation{
8588
{
@@ -162,7 +165,6 @@ var (
162165

163166
// This is for new team members who are onboarding
164167
trustedContributors = map[string]struct{}{
165-
"bbasata": struct{}{},
166-
"malhotrasagar2212": struct{}{},
168+
"bbasata": struct{}{},
167169
}
168170
)

0 commit comments

Comments
 (0)