Skip to content

Commit 2e20d2f

Browse files
authored
Add annual agenda items for TSC elections (#1604)
1 parent 848e92c commit 2e20d2f

File tree

3 files changed

+27
-5
lines changed

3 files changed

+27
-5
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
},
55
"devDependencies": {
66
"prettier": "^2.1.2",
7-
"wgutils": "^1.0.0"
7+
"wgutils": "^1.1.0"
88
},
99
"prettier": {
1010
"proseWrap": "always"

wg.config.js

+22
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,28 @@ hold additional secondary meetings later in the month.`,
4040
"ical file":
4141
"https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics",
4242
},
43+
44+
annualItems: [
45+
{
46+
month: 11,
47+
allMeetings: true,
48+
text: `**TSC elections**: open for self-nominations (5m, Host)
49+
- [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)
50+
- [Nomination form](https://tsc-nomination.graphql.org/)`,
51+
},
52+
{
53+
month: 12,
54+
text: `**TSC elections**: voting now open (2m, Host)
55+
- [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)`,
56+
},
57+
{
58+
month: 1,
59+
text: `**TSC**: election results (2m, Host)
60+
- [Election process](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#election-process)
61+
- [This year's TSC members](https://github.com/graphql/graphql-wg/blob/main/GraphQL-TSC.md#tsc-members)`,
62+
},
63+
],
64+
4365
secondaryMeetings: [
4466
// We decided at the primary WG in November 2024 to cancel the secondaries
4567
// since they have not been leveraged for a while. We can bring them back

yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,10 @@ strip-ansi@^6.0.0, strip-ansi@^6.0.1:
105105
dependencies:
106106
ansi-regex "^5.0.1"
107107

108-
wgutils@^1.0.0:
109-
version "1.0.0"
110-
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.0.0.tgz#7f80c8ec7a9da56a0aa9c1a1a1b1911cd440fc25"
111-
integrity sha512-XYgCT+g9Exrja3iWdnptyrh1KAFnG1ZKnHnpg5oFqnbXqIQriCJp+vME38S8ieHZVx4nxUjCKHexF5gAD2b0dg==
108+
wgutils@^1.1.0:
109+
version "1.1.0"
110+
resolved "https://registry.yarnpkg.com/wgutils/-/wgutils-1.1.0.tgz#bd73f43f1c1b13109a797c9e19227c6f38a6b8fd"
111+
integrity sha512-E5ce8Sfeu/X7abXIVhw4Q5SqMyWjtpoGSEzqLfYxGZKNCJ0z8T9htjtY+4Y+/DyE2Ui4JvHOrfcN6RCoB3KkMg==
112112
dependencies:
113113
date-fns "^2"
114114
date-fns-tz "^2.0.0"

0 commit comments

Comments
 (0)