Skip to content

Commit 8c37aaf

Browse files
committed
fix: updated template and split to two meetings
1 parent 39ee9a4 commit 8c37aaf

File tree

2 files changed

+25
-7
lines changed

2 files changed

+25
-7
lines changed

.github/ISSUE_TEMPLATE/meeting-tc.md renamed to .github/ISSUE_TEMPLATE/meeting.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,13 +31,17 @@ Extracted from **<%= agendaLabel %>** labelled issues and pull requests from **<
3131

3232
## Invited
3333

34+
This meeting is open for anyone who wants to attend. Reminder to follow our [Code of Conduct](https://github.com/expressjs/express/blob/master/Code-Of-Conduct.md).
35+
3436
@expressjs/express-tc
37+
@expressjs/triagers
38+
@expressjs/security-wg
3539

3640
## Links
3741

3842
* Minutes:
3943

4044
### Joining the meeting
4145

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

.github/workflows/meetings.yml

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,25 @@ jobs:
1616
issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express TC Meeting'
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
orgs: expressjs,pillarjs,jshttp
19+
agendaLabel: 'tc agenda'
20+
meetingLabels: 'meeting'
21+
# https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769
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'
24+
createWithin: 'P1W'
25+
issueTemplate: 'meeting.md'
26+
27+
- name: Working Session
28+
uses: 'pkgjs/meet@v0'
29+
with:
30+
issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express Working Session'
31+
token: ${{ secrets.GITHUB_TOKEN }}
32+
orgs: expressjs,pillarjs,jshttp
1933
agendaLabel: 'top priority'
2034
meetingLabels: 'meeting'
21-
# We alternate between two time slots:
22-
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 2 weeks (P2W)
23-
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 2 weeks (P2W)
24-
schedules: '2024-03-04T21:00:00.0Z/P2W,2024-03-20T21:00:00.0Z/P2W'
35+
# Converting the second time slot to a "working session"
36+
# https://github.com/expressjs/discussions/issues/195#issuecomment-1973732769
37+
# Starting on 2024-03-27 at 9pm UTC (2024-03-27T21:00:00.0Z) with a period of 2 weeks (P2W)
38+
schedules: '2024-03-27T21:00:00.0Z/P2W'
2539
createWithin: 'P1W'
26-
issueTemplate: 'meeting-tc.md'
40+
issueTemplate: 'meeting.md'

0 commit comments

Comments
 (0)