Skip to content

Commit 2f95cad

Browse files
authored
Introduce wgutils utility for generating agendas (#1466)
1 parent f7f30f1 commit 2f95cad

13 files changed

+333
-346
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
node_modules/

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
agendas/*/*.md
2+
agendas/*/*/*.md

agendas/2024/01-Jan/18-wg-secondary-eu.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PLEASE TAKE NOTE:
7171
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
7272
| ---------------------------------------------------------------------------------------- |
7373

74-
# GraphQL WG January 2024 (Secondary, EU)
74+
# GraphQL WG January 2024 (Secondary, EU)
7575

7676
The GraphQL Working Group meets regularly to discuss changes to the
7777
[GraphQL Specification][] and other core GraphQL projects. This is an open
@@ -90,36 +90,34 @@ who could not make the primary meeting time.
9090
this agenda document is the source of truth.
9191
- **Video Conference Link**: https://zoom.us/j/593263740
9292
- _Password:_ graphqlwg
93-
- **Live Notes**: [Google Doc Notes][]
93+
- **Live Notes**: [Live Notes][]
9494

95-
[joiningameeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
9695
[graphql specification]: https://github.com/graphql/graphql-spec
9796
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
9897
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
9998
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
100-
[google doc notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
99+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
100+
[live notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
101101

102102
## Attendees
103103

104+
<!-- prettier-ignore -->
104105
| Name | GitHub | Organization | Location |
105106
| :--------------- | :------------ | :----------------- | :-------------------- |
106107
| Lee Byron (Host) | @leebyron | GraphQL Foundation | San Francisco, CA, US |
107108

108109

109110
## Agenda
110111

111-
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Lee)
112+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
112113
- [Specification Membership Agreement](https://github.com/graphql/foundation)
113114
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
114115
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
115116
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
116-
1. Introduction of attendees (5m, Lee)
117-
1. Determine volunteers for note taking (1m, Lee)
118-
1. Review agenda (2m, Lee)
119-
1. Review prior secondary meetings (5m, Lee)
120-
- [January WG Primary](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/04-wg-primary.md)
121-
- [January WG Secondary, APAC](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/10-wg-secondary-apac.md)
122-
1. Review previous meeting's action items (5m, Lee)
117+
1. Introduction of attendees (5m, Host)
118+
1. Determine volunteers for note taking (1m, Host)
119+
1. Review agenda (2m, Host)
120+
1. Review previous meeting's action items (5m, Host)
123121
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
124122
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
125123
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)

agendas/2024/02-Feb/01-wg-primary.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PLEASE TAKE NOTE:
7171
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
7272
| ---------------------------------------------------------------------------------------- |
7373

74-
# GraphQL WG February 2024 (Primary)
74+
# GraphQL WG February 2024 (Primary)
7575

7676
The GraphQL Working Group meets regularly to discuss changes to the
7777
[GraphQL Specification][] and other core GraphQL projects. This is an open
@@ -88,36 +88,37 @@ hold additional secondary meetings later in the month.
8888
this agenda document is the source of truth.
8989
- **Video Conference Link**: https://zoom.us/j/593263740
9090
- _Password:_ graphqlwg
91-
- **Live Notes**: [Google Doc Notes][]
91+
- **Live Notes**: [Live Notes][]
9292

93-
[joiningameeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
9493
[graphql specification]: https://github.com/graphql/graphql-spec
9594
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
9695
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
9796
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
98-
[google doc notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
97+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
98+
[live notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
9999

100100
## Attendees
101101

102+
<!-- prettier-ignore -->
102103
| Name | GitHub | Organization | Location |
103104
| :--------------- | :------------ | :----------------- | :-------------------- |
104105
| Lee Byron (Host) | @leebyron | GraphQL Foundation | San Francisco, CA, US |
105106

106107

107108
## Agenda
108109

109-
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Lee)
110+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
110111
- [Specification Membership Agreement](https://github.com/graphql/foundation)
111112
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
112113
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
113114
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
114-
1. Introduction of attendees (5m, Lee)
115-
1. Determine volunteers for note taking (1m, Lee)
116-
1. Review agenda (2m, Lee)
117-
1. Review prior secondary meetings (5m, Lee)
118-
- [January WG Secondary, APAC](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/10-wg-secondary-apac.md)
119-
- [January WG Secondary, EU](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/18-wg-secondary-eu.md)
120-
1. Review previous meeting's action items (5m, Lee)
115+
1. Introduction of attendees (5m, Host)
116+
1. Determine volunteers for note taking (1m, Host)
117+
1. Review agenda (2m, Host)
118+
1. Review prior secondary meetings (5m, Host)
119+
- [GraphQL WG — January 2024 (Secondary, APAC)](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/10-wg-secondary-apac.md)
120+
- [GraphQL WG — January 2024 (Secondary, EU)](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/18-wg-secondary-eu.md)
121+
1. Review previous meeting's action items (5m, Host)
121122
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
122123
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
123124
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)

agendas/2024/02-Feb/07-wg-secondary-apac.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PLEASE TAKE NOTE:
7171
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
7272
| ---------------------------------------------------------------------------------------- |
7373

74-
# GraphQL WG February 2024 (Secondary, APAC)
74+
# GraphQL WG February 2024 (Secondary, APAC)
7575

7676
The GraphQL Working Group meets regularly to discuss changes to the
7777
[GraphQL Specification][] and other core GraphQL projects. This is an open
@@ -90,36 +90,34 @@ who could not make the primary meeting time.
9090
this agenda document is the source of truth.
9191
- **Video Conference Link**: https://zoom.us/j/593263740
9292
- _Password:_ graphqlwg
93-
- **Live Notes**: [Google Doc Notes][]
93+
- **Live Notes**: [Live Notes][]
9494

95-
[joiningameeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
9695
[graphql specification]: https://github.com/graphql/graphql-spec
9796
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
9897
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
9998
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
100-
[google doc notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
99+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
100+
[live notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
101101

102102
## Attendees
103103

104+
<!-- prettier-ignore -->
104105
| Name | GitHub | Organization | Location |
105106
| :--------------- | :------------ | :----------------- | :-------------------- |
106107
| Lee Byron (Host) | @leebyron | GraphQL Foundation | San Francisco, CA, US |
107108

108109

109110
## Agenda
110111

111-
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Lee)
112+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
112113
- [Specification Membership Agreement](https://github.com/graphql/foundation)
113114
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
114115
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
115116
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
116-
1. Introduction of attendees (5m, Lee)
117-
1. Determine volunteers for note taking (1m, Lee)
118-
1. Review agenda (2m, Lee)
119-
1. Review prior secondary meetings (5m, Lee)
120-
- [January WG Secondary, EU](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/01-Jan/18-wg-secondary-eu.md)
121-
- [February WG Primary](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/01-wg-primary.md)
122-
1. Review previous meeting's action items (5m, Lee)
117+
1. Introduction of attendees (5m, Host)
118+
1. Determine volunteers for note taking (1m, Host)
119+
1. Review agenda (2m, Host)
120+
1. Review previous meeting's action items (5m, Host)
123121
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
124122
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
125123
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)

agendas/2024/02-Feb/15-wg-secondary-eu.md

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PLEASE TAKE NOTE:
7171
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
7272
| ---------------------------------------------------------------------------------------- |
7373

74-
# GraphQL WG February 2024 (Secondary, EU)
74+
# GraphQL WG February 2024 (Secondary, EU)
7575

7676
The GraphQL Working Group meets regularly to discuss changes to the
7777
[GraphQL Specification][] and other core GraphQL projects. This is an open
@@ -90,36 +90,34 @@ who could not make the primary meeting time.
9090
this agenda document is the source of truth.
9191
- **Video Conference Link**: https://zoom.us/j/593263740
9292
- _Password:_ graphqlwg
93-
- **Live Notes**: [Google Doc Notes][]
93+
- **Live Notes**: [Live Notes][]
9494

95-
[joiningameeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
9695
[graphql specification]: https://github.com/graphql/graphql-spec
9796
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
9897
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
9998
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
100-
[google doc notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
99+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
100+
[live notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
101101

102102
## Attendees
103103

104+
<!-- prettier-ignore -->
104105
| Name | GitHub | Organization | Location |
105106
| :--------------- | :------------ | :----------------- | :-------------------- |
106107
| Lee Byron (Host) | @leebyron | GraphQL Foundation | San Francisco, CA, US |
107108

108109

109110
## Agenda
110111

111-
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Lee)
112+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
112113
- [Specification Membership Agreement](https://github.com/graphql/foundation)
113114
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
114115
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
115116
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
116-
1. Introduction of attendees (5m, Lee)
117-
1. Determine volunteers for note taking (1m, Lee)
118-
1. Review agenda (2m, Lee)
119-
1. Review prior secondary meetings (5m, Lee)
120-
- [February WG Primary](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/01-wg-primary.md)
121-
- [February WG Secondary, APAC](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/07-wg-secondary-apac.md)
122-
1. Review previous meeting's action items (5m, Lee)
117+
1. Introduction of attendees (5m, Host)
118+
1. Determine volunteers for note taking (1m, Host)
119+
1. Review agenda (2m, Host)
120+
1. Review previous meeting's action items (5m, Host)
123121
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
124122
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
125123
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)

agendas/2024/03-Mar/07-wg-primary.md

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ PLEASE TAKE NOTE:
7171
| This is an open meeting: To attend, read [JoiningAMeeting.md][] then edit and PR this file. (Edit: ✎ above, or press "e") |
7272
| ---------------------------------------------------------------------------------------- |
7373

74-
# GraphQL WG March 2024 (Primary)
74+
# GraphQL WG March 2024 (Primary)
7575

7676
The GraphQL Working Group meets regularly to discuss changes to the
7777
[GraphQL Specification][] and other core GraphQL projects. This is an open
@@ -88,36 +88,37 @@ hold additional secondary meetings later in the month.
8888
this agenda document is the source of truth.
8989
- **Video Conference Link**: https://zoom.us/j/593263740
9090
- _Password:_ graphqlwg
91-
- **Live Notes**: [Google Doc Notes][]
91+
- **Live Notes**: [Live Notes][]
9292

93-
[joiningameeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
9493
[graphql specification]: https://github.com/graphql/graphql-spec
9594
[calendar]: https://calendar.google.com/calendar/embed?src=linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com
9695
[google calendar]: https://calendar.google.com/calendar?cid=bGludXhmb3VuZGF0aW9uLm9yZ19pazc5dDl1dWoycDMyaTNyMjAzZGd2NW1vOEBncm91cC5jYWxlbmRhci5nb29nbGUuY29t
9796
[ical file]: https://calendar.google.com/calendar/ical/linuxfoundation.org_ik79t9uuj2p32i3r203dgv5mo8%40group.calendar.google.com/public/basic.ics
98-
[google doc notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
97+
[JoiningAMeeting.md]: https://github.com/graphql/graphql-wg/blob/main/JoiningAMeeting.md
98+
[live notes]: https://docs.google.com/document/d/1q-sT4k8-c0tcDYJ8CxPZkJ8UY4Nhk3HbKsRxosu_7YE/edit?usp=sharing
9999

100100
## Attendees
101101

102+
<!-- prettier-ignore -->
102103
| Name | GitHub | Organization | Location |
103104
| :--------------- | :------------ | :----------------- | :-------------------- |
104105
| Lee Byron (Host) | @leebyron | GraphQL Foundation | San Francisco, CA, US |
105106

106107

107108
## Agenda
108109

109-
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Lee)
110+
1. Agree to Membership Agreement, Participation & Contribution Guidelines and Code of Conduct (1m, Host)
110111
- [Specification Membership Agreement](https://github.com/graphql/foundation)
111112
- [Participation Guidelines](https://github.com/graphql/graphql-wg#participation-guidelines)
112113
- [Contribution Guide](https://github.com/graphql/graphql-spec/blob/main/CONTRIBUTING.md)
113114
- [Code of Conduct](https://github.com/graphql/foundation/blob/master/CODE-OF-CONDUCT.md)
114-
1. Introduction of attendees (5m, Lee)
115-
1. Determine volunteers for note taking (1m, Lee)
116-
1. Review agenda (2m, Lee)
117-
1. Review prior secondary meetings (5m, Lee)
118-
- [February WG Secondary, APAC](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/07-wg-secondary-apac.md)
119-
- [February WG Secondary, EU](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/15-wg-secondary-eu.md)
120-
1. Review previous meeting's action items (5m, Lee)
115+
1. Introduction of attendees (5m, Host)
116+
1. Determine volunteers for note taking (1m, Host)
117+
1. Review agenda (2m, Host)
118+
1. Review prior secondary meetings (5m, Host)
119+
- [GraphQL WG — February 2024 (Secondary, APAC)](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/07-wg-secondary-apac.md)
120+
- [GraphQL WG — February 2024 (Secondary, EU)](https://github.com/graphql/graphql-wg/blob/main/agendas/2024/02-Feb/15-wg-secondary-eu.md)
121+
1. Review previous meeting's action items (5m, Host)
121122
- [Ready for review](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Ready+for+review+%F0%9F%99%8C%22+sort%3Aupdated-desc)
122123
- [All open action items (by last update)](https://github.com/graphql/graphql-wg/issues?q=is%3Aissue+is%3Aopen+label%3A%22Action+item+%3Aclapper%3A%22+sort%3Aupdated-desc)
123124
- [All open action items (by meeting)](https://github.com/graphql/graphql-wg/projects?query=is%3Aopen+sort%3Aname-asc)

0 commit comments

Comments
 (0)