There was an error while loading. Please reload this page.
2 parents 69ea8a7 + 80115c1 commit 51a6e7eCopy full SHA for 51a6e7e
1 file changed
contribs/github-bot/internal/config/config.go
@@ -86,7 +86,7 @@ func Config(gh *client.GitHub) ([]AutomaticCheck, []ManualCheck) {
86
// c) be a draft
87
If(r.Or(
88
r.ReviewByAnyUser(gh,
89
- "jefft0", "notJoon", "omarsy", "MikaelVallenet",
+ "davd-gzl", "jefft0", "notJoon", "omarsy", "MikaelVallenet",
90
).WithDesiredState(utils.ReviewStateApproved),
91
r.ReviewByTeamMembers(gh, "tech-staff", r.RequestIgnore),
92
r.Draft(),
0 commit comments