Skip to content

Commit 51a6e7e

Browse files
authored
Merge branch 'master' into fix/p2p-ghost-counter
2 parents 69ea8a7 + 80115c1 commit 51a6e7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contribs/github-bot/internal/config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ func Config(gh *client.GitHub) ([]AutomaticCheck, []ManualCheck) {
8686
// c) be a draft
8787
If(r.Or(
8888
r.ReviewByAnyUser(gh,
89-
"jefft0", "notJoon", "omarsy", "MikaelVallenet",
89+
"davd-gzl", "jefft0", "notJoon", "omarsy", "MikaelVallenet",
9090
).WithDesiredState(utils.ReviewStateApproved),
9191
r.ReviewByTeamMembers(gh, "tech-staff", r.RequestIgnore),
9292
r.Draft(),

0 commit comments

Comments
 (0)