We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c011b04 commit dc046ffCopy full SHA for dc046ff
.ci/magician/github/membership.go
@@ -47,9 +47,7 @@ var (
47
}
48
49
// This is for reviewers who are "on vacation": will not receive new review assignments but will still receive re-requests for assigned PRs.
50
- onVacationReviewers = []string{
51
- "c2thorn",
52
- }
+ onVacationReviewers = []string{}
53
)
54
55
type UserType int64
0 commit comments