Skip to content

Commit 9e67074

Browse files
authored
added bbasata as a trusted contributor (#13041)
1 parent 09e909c commit 9e67074

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.ci/magician/github/membership_data.go

+3-1
Original file line numberDiff line numberDiff line change
@@ -118,5 +118,7 @@ var (
118118
}
119119

120120
// This is for new team members who are onboarding
121-
trustedContributors = map[string]struct{}{}
121+
trustedContributors = map[string]struct{}{
122+
"bbasata": struct{}{},
123+
}
122124
)

0 commit comments

Comments
 (0)