Skip to content

Commit

Permalink
update links
Browse files Browse the repository at this point in the history
  • Loading branch information
bjohansebas committed Oct 15, 2024
1 parent 1e45c74 commit e90a57d
Show file tree
Hide file tree
Showing 3 changed files with 49 additions and 2 deletions.
File renamed without changes.
47 changes: 47 additions & 0 deletions .github/ISSUE_TEMPLATE/meeting-work-session.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
## Date/Time

| Timezone | Date/Time |
|----------|-----------|
<%= [
'America/Los_Angeles',
'America/Denver',
'America/Chicago',
'America/New_York',
'Europe/London',
'Europe/Amsterdam',
'Europe/Moscow',
'Asia/Kolkata',
'Asia/Shanghai',
'Asia/Tokyo',
'Australia/Sydney'
].map((zone) => {
return `| ${zone} | ${date.setZone(zone).toFormat('EEE dd-MMM-yyyy HH:mm (hh:mm a)')} |`
}).join('\n') %>

Or in your local time:
* https://www.timeanddate.com/worldclock/?iso=<%= date.toFormat("yyyy-MM-dd'T'HH:mm:ss") %>

## Agenda

Extracted from **<%= agendaLabel %>** labelled issues and pull requests from **<%= owner %>/<%= repo %>** prior to the meeting.

<%= agendaIssues.map((i) => {
return `* ${i.html_url}`
}).join('\n') %>

## 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: https://zoom-lfx.platform.linuxfoundation.org/meeting/95258037175?password=07aad89d-ff43-45df-9b28-f437e167a0b9
* For those who just want to watch: https://www.youtube.com/@expressjs-official
4 changes: 2 additions & 2 deletions .github/workflows/meetings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
# 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'
createWithin: 'P1W'
issueTemplate: 'meeting.md'
issueTemplate: 'meeting-tc.md'

- name: Working Session
uses: 'pkgjs/meet@v0'
Expand All @@ -37,4 +37,4 @@ jobs:
# 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'
createWithin: 'P1W'
issueTemplate: 'meeting.md'
issueTemplate: 'meeting-work-session.md'

0 comments on commit e90a57d

Please sign in to comment.