From df62e1ef8e745d1b35887067380ae1124de52270 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Thu, 10 Jun 2021 18:21:42 +0100 Subject: [PATCH 1/3] Add accessible meetings slide to agenda template --- .github/templates/agenda.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/templates/agenda.md b/.github/templates/agenda.md index 590983c7ef..a8f08971fc 100644 --- a/.github/templates/agenda.md +++ b/.github/templates/agenda.md @@ -6,11 +6,14 @@ In order to give some more visibility into the topics we cover in the TDC meetin **Please submit comments below for topics or proposals that you wish to present in the TDC meeting** +![F10B5460-B4B3-4463-9CDE-C7F782202EA9](https://user-images.githubusercontent.com/21603/121568843-0b260900-ca18-11eb-9362-69fda4162be8.jpeg) + The agenda backlog is currently maintained in issue #2482 | Topic | Owner | Decision/NextStep | |-------|---------|---------| | | | | +Reports from Special Interest Groups | TDC | | AOB (see below) | TDC | | New issues / PRs labelled [review](https://github.com/OAI/OpenAPI-Specification/labels/review) | @OAI/triage | | [New issues](https://github.com/search?q=repo%3Aoai%2Fopenapi-specification+is%3Aissue+comments%3A0+no%3Alabel+is%3Aopen) without response yet | @OAI/triage | | From 8c547b2c61f4bdd7104201a2adc3b7d62d6e5cd1 Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Fri, 11 Jun 2021 09:28:02 +0100 Subject: [PATCH 2/3] Make agenda workflow run on Mondays Makes the workflow trigger match the comment, thus giving people more time to add agenda items --- .github/workflows/agenda.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/agenda.yaml b/.github/workflows/agenda.yaml index d9c347ef31..b3bb617ce5 100644 --- a/.github/workflows/agenda.yaml +++ b/.github/workflows/agenda.yaml @@ -11,7 +11,7 @@ name: agenda on: schedule: - - cron: '0 9 * * 2' + - cron: '0 9 * * 1' workflow_dispatch: {} jobs: From 9d3895aef2b370f4d5be5f48f9ddcb8fbc773e7b Mon Sep 17 00:00:00 2001 From: Mike Ralphson Date: Fri, 11 Jun 2021 09:36:21 +0100 Subject: [PATCH 3/3] Add code-of-conduct link to agenda template --- .github/templates/agenda.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/templates/agenda.md b/.github/templates/agenda.md index a8f08971fc..38c630c9e9 100644 --- a/.github/templates/agenda.md +++ b/.github/templates/agenda.md @@ -1,6 +1,6 @@ **NOTE: This meeting is on Thursday at 9am - 10am PT** -Zoom Meeting link: [https://zoom.us/j/975841675](https://zoom.us/j/975841675?pwd=SUh4MjRLaEFKNlI3RElpWTdhRDVVUT09). Dial-in passcode: 763054 +Zoom Meeting link: [https://zoom.us/j/975841675](https://zoom.us/j/975841675?pwd=SUh4MjRLaEFKNlI3RElpWTdhRDVVUT09). Dial-in passcode: 763054 - [Code-of-Conduct](https://github.com/OAI/OpenAPI-Specification/blob/main/CODE_OF_CONDUCT.md#code-of-conduct) In order to give some more visibility into the topics we cover in the TDC meetings here is the planned agenda for the next meeting. Hopefully this will allow people to plan to attend meetings for topics that they have an interest in. And for folks who cannot attend they can comment on this issue prior to the meeting. Feel free to suggest other potential agenda topics.