Skip to content
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 - 12:00 PT
# Open Community Working Meeting 2022-MM-DD - 13:00 PT

Google Meet joining info - Video call link: https://meet.google.com/raz-ptdn-ewf

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ocwm-creator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
third_monday=$(date -u -d "$first_monday +14 days" +%Y-%m-%d)

# Output the issue title with the third Monday's date
echo "title=Open Community Working Meeting ${third_monday} - 12:00 PT" >> "$GITHUB_OUTPUT"
echo "title=Open Community Working Meeting ${third_monday} - 13:00 PT" >> "$GITHUB_OUTPUT"

# Step to check if it's the third Tuesday of the month
- name: Check if today is the third Tuesday
Expand Down