Skip to content

Commit

Permalink
🔧 update meeting times
Browse files Browse the repository at this point in the history
  • Loading branch information
ctcpip authored and wesleytodd committed Aug 7, 2024
1 parent 8c37aaf commit 1e45c74
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand All @@ -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'

0 comments on commit 1e45c74

Please sign in to comment.