update twenty team members danger (#10491)
This commit is contained in:
@ -27,26 +27,31 @@ const runCongratulate = async () => {
|
|||||||
const pullRequest = danger.github.pr;
|
const pullRequest = danger.github.pr;
|
||||||
const userName = pullRequest.user.login;
|
const userName = pullRequest.user.login;
|
||||||
const teamMembers = [
|
const teamMembers = [
|
||||||
'dependabot',
|
'ady-beraud',
|
||||||
'cyborch',
|
'AMoreaux',
|
||||||
'emilienchvt',
|
'Bonapara',
|
||||||
'Samox',
|
'bosiraphael',
|
||||||
'charlesBochet',
|
'charlesBochet',
|
||||||
|
'cyborch',
|
||||||
|
'dependabot',
|
||||||
|
'Devessier',
|
||||||
|
'emilienchvt',
|
||||||
|
'etiennejouan',
|
||||||
|
'FelixMalfait',
|
||||||
|
'Freebios',
|
||||||
'gitstart-app',
|
'gitstart-app',
|
||||||
'thaisguigon',
|
'gitstart-twenty',
|
||||||
|
'guillim',
|
||||||
|
'ijreilly',
|
||||||
'lucasbordeau',
|
'lucasbordeau',
|
||||||
'magrinj',
|
'magrinj',
|
||||||
'Weiko',
|
|
||||||
'gitstart-twenty',
|
|
||||||
'bosiraphael',
|
|
||||||
'martmull',
|
'martmull',
|
||||||
'FelixMalfait',
|
|
||||||
'thomtrp',
|
|
||||||
'Bonapara',
|
|
||||||
'nimraahmed',
|
'nimraahmed',
|
||||||
'ady-beraud',
|
'prastoin',
|
||||||
'Freebios',
|
'Samox',
|
||||||
'ijreilly',
|
'thaisguigon',
|
||||||
|
'thomtrp',
|
||||||
|
'Weiko',
|
||||||
];
|
];
|
||||||
|
|
||||||
if (teamMembers.includes(userName)) {
|
if (teamMembers.includes(userName)) {
|
||||||
|
|||||||
Reference in New Issue
Block a user