forked from twentyhq/twenty
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed congratulations bot (twentyhq#5532)
- Fixed bot - Added list of team members
- Loading branch information
1 parent
40bd42e
commit 4b25181
Showing
4 changed files
with
30 additions
and
50 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
packages/twenty-website/src/shared-utils/listTeamMembers.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
export const TWENTY_TEAM_MEMBERS = [ | ||
'dependabot', | ||
'cyborch', | ||
'emilienchvt', | ||
'Samox', | ||
'charlesBochet', | ||
'gitstart-app', | ||
'thaisguigon', | ||
'lucasbordeau', | ||
'magrinj', | ||
'Weiko', | ||
'gitstart-twenty', | ||
'bosiraphael', | ||
'martmull', | ||
'FelixMalfait', | ||
'thomtrp', | ||
'Bonapara', | ||
'nimraahmed', | ||
'ady-beraud', | ||
'Freebios', | ||
'ijreilly', | ||
]; |