Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changes in the timing and periodicity of the Open Community Working Meetings #805

Merged
merged 2 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/open_community_working_meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Open Community Working Meeting
about: Regular Open Community Working Meetings Issue - This template is for those setting up an OCWM only.
---

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

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/close-completed-ocwm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Close issues with no tasks and a specific label

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

repository_dispatch:
types: close-issues-ocwm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ocwm-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Create OCWM weekly

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

repository_dispatch:
types: ocwm-creator
Expand Down Expand Up @@ -33,7 +33,7 @@ jobs:
id: create-title
run: |
date=$(date -u -d "6 days" +%Y-%m-%d)
echo "title=Open Community Working Meeting ${date} - 14:00 PT" >> "$GITHUB_OUTPUT"
echo "title=Open Community Working Meeting ${date} - 12:00 PT" >> "$GITHUB_OUTPUT"

- name: Create Issue using Template
id: create-issue
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ocwm-issue-collector.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Search for issues and PR labeled 'agenda' and add them to the agenda

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

repository_dispatch:
types: add-issues-ocwm
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ We host two different alternate sessions:

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

**Open Community Working Meeting (Weekly):**
**Open Community Working Meeting (Monthly every 3rd Monday):**

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

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

| Asset | Link |
|:-----------|:------------|
| 🔗 Office Hours Meeting Link | [**Zoom Link**](https://postman.zoom.us/j/85358817067?pwd=NmFXTG5oL1paK0VyTEdrNU9TR2RMUT09)<br>
| 🔗 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>
| 🔗 APAC/Americas friendly Office Hours Meeting Link | [**Google meet Link**](https://meet.google.com/zfu-mafp-qsp)<br>
| 🔗 Europe/Americas friendly Office Hours Meeting Link | [**Google meet Link**](https://meet.google.com/aun-brma-sfe)<br>
| 🔗 Open Community Working Meeting Link | [**Google meet Link**](https://meet.google.com/rag-mhbi-cgt)<br>
| 🎥 Meeting Recordings | https://www.youtube.com/@JSONSchemaOrgOfficial

## Getting involved
Expand Down