Skip to content

Commit 87da02a

Browse files
committed
Creds: add George & Danny to approved-for-mainnet stamp
1 parent 4f30710 commit 87da02a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

frontend/ci-build-me/src/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,10 @@ const handler = async (event, req) => {
7676
) {
7777
// TODO #7711: Actually look at @MinaProtocol/stakeholder-reviewers team instead of hardcoding the users here
7878
if (
79-
req.body.sender.login == "aneesharaines" ||
8079
req.body.sender.login == "bkase" ||
80+
req.body.sender.login == "dannywillems" ||
8181
req.body.sender.login == "deepthiskumar" ||
82+
req.body.sender.login == "georgeee" ||
8283
req.body.sender.login == "mrmr1993" ||
8384
req.body.sender.login == "nholland94"
8485
) {

0 commit comments

Comments
 (0)