Skip to content

Commit 5464040

Browse files
feat: remove triage meeting (#389)
Co-authored-by: Wes Todd <wes@wesleytodd.com>
1 parent a480150 commit 5464040

File tree

3 files changed

+15
-78
lines changed

3 files changed

+15
-78
lines changed

.github/ISSUE_TEMPLATE/meeting-triage.md

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/meeting.md

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,23 @@ 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).
34+
- @expressjs/express-tc
35+
- @expressjs/triagers
36+
- @expressjs/security-wg
3537

36-
@expressjs/express-tc
37-
@expressjs/triagers
38-
@expressjs/security-wg
38+
### Observers/Guests
3939

40-
## Links
40+
This meeting is open for anyone who wants to attend. Reminder to follow our [Code of Conduct](https://github.com/expressjs/.github/blob/master/CODE_OF_CONDUCT.md).
4141

42-
* Minutes:
43-
44-
### Joining the meeting
42+
## Joining the meeting
4543

4644
* link for participants: <%= meetingLink %>
47-
* For those who just want to watch: https://www.youtube.com/@expressjs-official
45+
46+
---
47+
48+
Please use the following emoji reactions in this post to indicate your
49+
availability.
50+
51+
- 👍 - Attending
52+
- 👎 - Not attending
53+
- 😕 - Not sure yet

.github/workflows/meetings.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,3 @@ jobs:
4040
createWithin: 'P1W'
4141
meetingLink: 'https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9'
4242
issueTemplate: 'meeting.md'
43-
- name: Triage Working Session
44-
uses: 'pkgjs/meet@v0'
45-
with:
46-
issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express Triage Session'
47-
token: ${{ secrets.GITHUB_TOKEN }}
48-
orgs: expressjs,pillarjs,jshttp
49-
agendaLabel: 'triage-meeting'
50-
meetingLabels: 'meeting'
51-
# https://github.com/expressjs/discussions/issues/276#issuecomment-2399741373
52-
# Starting on 2025-01-27 at 8pm UTC (2025-01-27T20:00:00.0Z) with a period of 4 weeks (P4W)
53-
schedules: '2025-01-27T20:00:00.0Z/P4W'
54-
createWithin: 'P1W'
55-
issueTemplate: 'meeting-triage.md'

0 commit comments

Comments
 (0)