Skip to content

Commit 54ce4d8

Browse files
rileykarsonDawid212
authored andcommitted
Add review vacation for rileykarson (GoogleCloudPlatform#13172)
1 parent 25e8662 commit 54ce4d8

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.ci/magician/github/membership_data.go

+6-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,12 @@ var (
8282
vacations: []Vacation{},
8383
},
8484
"rileykarson": {
85-
vacations: []Vacation{},
85+
vacations: []Vacation{
86+
{
87+
startDate: newDate(2025, 2, 25),
88+
endDate: newDate(2025, 3, 10),
89+
},
90+
},
8691
},
8792
"roaks3": {
8893
vacations: []Vacation{},

0 commit comments

Comments
 (0)