Skip to content

Commit 2b598a7

Browse files
bjohansebaswesleytodd
authored andcommitted
fix: update meeting links and schedules in templates
1 parent 4cbf46e commit 2b598a7

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

.github/ISSUE_TEMPLATE/meeting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ This meeting is open for anyone who wants to attend. Reminder to follow our [Cod
4343

4444
### Joining the meeting
4545

46-
* link for participants: https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e
46+
* link for participants: <%= meetingLink %>
4747
* For those who just want to watch: https://www.youtube.com/@expressjs-official

.github/workflows/meetings.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ jobs:
1919
agendaLabel: 'tc agenda'
2020
meetingLabels: 'meeting'
2121
# https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769
22-
# Starting on 2024-03-18 at 8pm UTC (2024-03-18T21:00:00.0Z) with a period of 2 weeks (P2W)
23-
schedules: '2024-03-18T20:00:00.0Z/P2W'
22+
# Starting on 2024-03-18 at 9pm UTC (2024-03-18T21:00:00.0Z) with a period of 2 weeks (P2W)
23+
schedules: '2024-03-18T21:00:00.0Z/P2W'
2424
createWithin: 'P1W'
25+
meetingLink: 'https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e'
2526
issueTemplate: 'meeting.md'
2627

2728
- name: Working Session
@@ -34,7 +35,8 @@ jobs:
3435
meetingLabels: 'meeting'
3536
# Converting the second time slot to a "working session"
3637
# https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769
37-
# Starting on 2024-03-27 at 8pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W)
38-
schedules: '2024-03-27T20:00:00.0Z/P2W'
38+
# Starting on 2024-03-27 at 9pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W)
39+
schedules: '2024-03-27T21:00:00.0Z/P2W'
3940
createWithin: 'P1W'
41+
meetingLink: 'https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9'
4042
issueTemplate: 'meeting.md'

0 commit comments

Comments
 (0)