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

Commit 0ce97f3

Browse files
feat(roles): mlh_guild (#465)
* added mlh_guild role added mlh_guild role and description * Update config.ts * Update config.ts * Update config.ts
1 parent 52b9349 commit 0ce97f3

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
@@ -54,6 +54,11 @@ export default {
5454
description:
5555
"You can assign this role to yourself to be pinged when there are updates regarding community battlesnake games or Eddie' video for battlesnake",
5656
},
57+
MLH_GUILD: {
58+
name: 'mlh_guild',
59+
description:
60+
'You can assign this role to yourself if you are participating with our guild in an MLH LHD Share hackathon.',
61+
},
5762
},
5863
COLORS: {
5964
message: '#0099ff',
@@ -159,6 +164,7 @@ export const selfAssignableRoles = [
159164
'svelte',
160165
'typescript',
161166
'vue',
167+
'mlh_guild',
162168
];
163169

164170
export const issueRequestConfig: AxiosRequestConfig = {

0 commit comments

Comments
 (0)