Skip to content

Commit e740db6

Browse files
authored
Changes in the timing and periodicity of the Open Community Working Meetings (#805)
* Changes to make monthly the open community working meetings * Changes to adjust issue title
1 parent 0211634 commit e740db6

File tree

5 files changed

+9
-8
lines changed

5 files changed

+9
-8
lines changed

.github/ISSUE_TEMPLATE/open_community_working_meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Open Community Working Meeting
33
about: Regular Open Community Working Meetings Issue - This template is for those setting up an OCWM only.
44
---
55

6-
# Open Community Working Meeting 2022-MM-DD - 14:00 PT
6+
# Open Community Working Meeting 2022-MM-DD - 12:00 PT
77

88
Google Meet joining info - Video call link: https://meet.google.com/rag-mhbi-cgt
99

.github/workflows/close-completed-ocwm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close issues with no tasks and a specific label
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Runs every Sunday at midnight
5+
- cron: '0 0 15-21 * 0' # Runs at midnight on the third Sunday of the month
66

77
repository_dispatch:
88
types: close-issues-ocwm

.github/workflows/ocwm-creator.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Create OCWM weekly
22

33
on:
44
schedule:
5-
- cron: "0 9 * * 2" # Run every Tuesday at 9:00 AM
5+
- cron: "0 9 15-21 * 2" # Runs at 9:00 AM on the 3rd Tuesday of the month
66

77
repository_dispatch:
88
types: ocwm-creator
@@ -33,7 +33,7 @@ jobs:
3333
id: create-title
3434
run: |
3535
date=$(date -u -d "6 days" +%Y-%m-%d)
36-
echo "title=Open Community Working Meeting ${date} - 14:00 PT" >> "$GITHUB_OUTPUT"
36+
echo "title=Open Community Working Meeting ${date} - 12:00 PT" >> "$GITHUB_OUTPUT"
3737
3838
- name: Create Issue using Template
3939
id: create-issue

.github/workflows/ocwm-issue-collector.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Search for issues and PR labeled 'agenda' and add them to the agenda
22

33
on:
44
schedule:
5-
- cron: '0 0 * * 0' # Runs every Sunday at midnight
5+
- cron: '0 0 8-14 * 0' # Runs at midnight on the second Sunday of the month
66

77
repository_dispatch:
88
types: add-issues-ocwm

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ We host two different alternate sessions:
6969

7070
More details [here](https://github.com/orgs/json-schema-org/discussions/34/).
7171

72-
**Open Community Working Meeting (Weekly):**
72+
**Open Community Working Meeting (Monthly every 3rd Monday):**
7373

7474
**Open Community Working Meetings** are a 1 hour, agenda'd only, with a focus on furthering the JSON Schema specification and organization.
7575

@@ -79,8 +79,9 @@ You can always catch up offline by watching the recordings on the JSON Schema Yo
7979

8080
| Asset | Link |
8181
|:-----------|:------------|
82-
| 🔗 Office Hours Meeting Link | [**Zoom Link**](https://postman.zoom.us/j/85358817067?pwd=NmFXTG5oL1paK0VyTEdrNU9TR2RMUT09)<br>
83-
| 🔗 Open Community Working Meeting Link | [**Zoom Link**](https://www.google.com/url?q=https://postman.zoom.us/j/89562933116?pwd%3DOWlsQ0RrcDY4S1JQU2d2Q2M0aFFlZz09&sa=D&source=calendar&ust=1708431911262691&usg=AOvVaw14JoRXk9cLLBT-_wngWROA)<br>
82+
| 🔗 APAC/Americas friendly Office Hours Meeting Link | [**Google meet Link**](https://meet.google.com/zfu-mafp-qsp)<br>
83+
| 🔗 Europe/Americas friendly Office Hours Meeting Link | [**Google meet Link**](https://meet.google.com/aun-brma-sfe)<br>
84+
| 🔗 Open Community Working Meeting Link | [**Google meet Link**](https://meet.google.com/rag-mhbi-cgt)<br>
8485
| 🎥 Meeting Recordings | https://www.youtube.com/@JSONSchemaOrgOfficial
8586

8687
## Getting involved

0 commit comments

Comments
 (0)