diff --git a/.github/ISSUE_TEMPLATE/open_community_working_meeting.md b/.github/ISSUE_TEMPLATE/open_community_working_meeting.md index 926dde61..17e06281 100644 --- a/.github/ISSUE_TEMPLATE/open_community_working_meeting.md +++ b/.github/ISSUE_TEMPLATE/open_community_working_meeting.md @@ -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 diff --git a/.github/workflows/ocwm-creator.yml b/.github/workflows/ocwm-creator.yml index 18fd4e27..64a4c53d 100644 --- a/.github/workflows/ocwm-creator.yml +++ b/.github/workflows/ocwm-creator.yml @@ -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