Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updated template and split to two meetings #217

Merged
merged 1 commit into from
Mar 27, 2024
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
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,17 @@ Extracted from **<%= agendaLabel %>** labelled issues and pull requests from **<

## Invited

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).

@expressjs/express-tc
@expressjs/triagers
@expressjs/security-wg

## Links

* Minutes:

### Joining the meeting

* link for participants: TBD
* For those who just want to watch: TBD
* link for participants: https://zoom-lfx.platform.linuxfoundation.org/meeting/95266714809?password=f37cff1b-cb3a-4a21-9425-210e4714c72e
* For those who just want to watch: https://www.youtube.com/@expressjs-official
24 changes: 19 additions & 5 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,25 @@ jobs:
issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express TC Meeting'
token: ${{ secrets.GITHUB_TOKEN }}
orgs: expressjs,pillarjs,jshttp
agendaLabel: 'tc agenda'
meetingLabels: 'meeting'
# 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-18T21:00:00.0Z/P2W,2024-03-27T21:00:00.0Z/P2W'
createWithin: 'P1W'
issueTemplate: 'meeting.md'

- name: Working Session
uses: 'pkgjs/meet@v0'
with:
issueTitle: '<%= date.toFormat("yyyy-MM-dd") %> Express Working Session'
token: ${{ secrets.GITHUB_TOKEN }}
orgs: expressjs,pillarjs,jshttp
agendaLabel: 'top priority'
meetingLabels: 'meeting'
# We alternate between two time slots:
# 1. Starting on 2024-03-04 at 9pm UTC (2024-03-04T21:00:00.0Z) with a period of 2 weeks (P2W)
# 2. Starting on 2024-03-20 at 9pm UTC (2024-03-20T21:00:00.0Z) with a period of 2 weeks (P2W)
schedules: '2024-03-04T21:00:00.0Z/P2W,2024-03-20T21:00:00.0Z/P2W'
# 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-18T21:00:00.0Z/P2W,2024-03-27T21:00:00.0Z/P2W'
createWithin: 'P1W'
issueTemplate: 'meeting-tc.md'
issueTemplate: 'meeting.md'