forked from graphql/graphiql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wg.config.js
28 lines (26 loc) · 1002 Bytes
/
wg.config.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
// @ts-check
/** @type {import('wgutils').Config} */
const config = {
name: 'GraphiQL WG',
repoUrl: 'https://github.com/graphql/graphiql',
repoSubpath: 'working-group',
videoConferenceDetails: `https://zoom.us/j/760146252
- _Password:_ graphiql`,
liveNotesUrl:
'https://docs.google.com/document/d/1AjbUDhfQV2TXn13RZqrmL7PfETTslzkbVZGtNl_SLcU/edit?usp=sharing',
timezone: 'UTC',
frequency: 'monthly',
nth: 2,
weekday: 'Tu', // M, Tu, W, Th, F, Sa, Su
time: '16:00-17:00', // 24-hour clock, range
attendeesTemplate: `\
| Name | GitHub | Organization | Location |
| :------------------------- | :------------------- | :----------------- | :----------------------- |
`,
agendasFolder: 'agendas',
dateAndTimeLocations: 'p1=224&p2=24&p3=179&p4=136&p5=37&p6=239&p7=101&p8=152',
description: `\
To read about the purpose of this subcommittee, please see [the README](../../README.md).
`,
};
module.exports = config;