Skip to content

Commit

Permalink
Modified reviewer vacations (GoogleCloudPlatform#10567)
Browse files Browse the repository at this point in the history
  • Loading branch information
melinath committed Apr 30, 2024
1 parent d24fc59 commit a184883
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions .ci/magician/github/membership.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,16 @@ var (
id: "SarahFrench",
startDate: newDate(2024, 4, 20, bstLoc),
endDate: newDate(2024, 4, 23, bstLoc),
},
{
id: "slevenick",
startDate: newDate(2024, 4, 20, pdtLoc),
endDate: newDate(2024, 4, 27, pdtLoc),
},
{
id: "slevenick",
startDate: newDate(2024, 4, 20, pdtLoc),
endDate: newDate(2024, 4, 27, pdtLoc),
},
{
id: "ScottSuarez",
startDate: newDate(2024, 4, 30, pdtLoc),
endDate: newDate(2024, 7, 31, pdtLoc),
},
}
)
Expand Down

0 comments on commit a184883

Please sign in to comment.