From 1e45c74f0245817e71828b7a37aa3859489273e5 Mon Sep 17 00:00:00 2001 From: ctcpip Date: Tue, 6 Aug 2024 17:23:52 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20update=20meeting=20times?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/meetings.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/meetings.yml b/.github/workflows/meetings.yml index 91a9199..aba8cfe 100644 --- a/.github/workflows/meetings.yml +++ b/.github/workflows/meetings.yml @@ -19,8 +19,8 @@ jobs: agendaLabel: 'tc agenda' meetingLabels: 'meeting' # https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769 - # Starting on 2024-03-18 at 9pm UTC (2024-03-18T21:00:00.0Z) with a period of 2 weeks (P2W) - schedules: '2024-03-18T21:00:00.0Z/P2W' + # Starting on 2024-03-18 at 8pm UTC (2024-03-18T21:00:00.0Z) with a period of 2 weeks (P2W) + schedules: '2024-03-18T20:00:00.0Z/P2W' createWithin: 'P1W' issueTemplate: 'meeting.md' @@ -34,7 +34,7 @@ jobs: meetingLabels: 'meeting' # Converting the second time slot to a "working session" # https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769 - # Starting on 2024-03-27 at 9pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W) - schedules: '2024-03-27T21:00:00.0Z/P2W' + # Starting on 2024-03-27 at 8pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W) + schedules: '2024-03-27T20:00:00.0Z/P2W' createWithin: 'P1W' issueTemplate: 'meeting.md'