Skip to content
This repository was archived by the owner on Oct 10, 2024. It is now read-only.

Commit 5af6ede

Browse files
author
nhcarrigan
committed
feat: add community chat role
Adds a self-assignable community chat role. Signed-off-by: nhcarrigan <[email protected]>
1 parent 2b33cbd commit 5af6ede

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,11 @@ export default {
3939
description:
4040
'You can assign this role to yourself to subscribe to get open-source reminders and if you like contributing to open-source software',
4141
},
42+
COMMUNITY_CHAT: {
43+
name: 'community chat',
44+
description:
45+
'You can assign this role to yourself to be pinged when we open a voice chat for an impromptu community session.',
46+
},
4247
},
4348
COLORS: {
4449
message: '#0099ff',
@@ -122,6 +127,7 @@ export const selfAssignableRoles = [
122127
'angular',
123128
'c/++',
124129
'c#',
130+
'community chat',
125131
'fullstack',
126132
'flutter',
127133
'go',

0 commit comments

Comments
 (0)