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/meeting.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ This meeting is open for anyone who wants to attend. Reminder to follow our [Cod

### Joining the meeting

* link for participants: https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e
* link for participants: <%= meetingLink %>
* For those who just want to watch: https://www.youtube.com/@expressjs-official
10 changes: 6 additions & 4 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,10 @@ jobs:
agendaLabel: 'tc agenda'
meetingLabels: 'meeting'
# https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769
# 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'
# 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'
createWithin: 'P1W'
meetingLink: 'https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e'
issueTemplate: 'meeting.md'

- name: Working Session
Expand All @@ -34,7 +35,8 @@ 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 8pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W)
schedules: '2024-03-27T20:00:00.0Z/P2W'
# 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'
createWithin: 'P1W'
meetingLink: 'https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9'
issueTemplate: 'meeting.md'
Loading