Skip to content

Commit 267277c

Browse files
authored
chore: add tsc meeting agenda
1 parent fa19292 commit 267277c

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name: Generate TSC Meeting Agenda
2+
on:
3+
pull_request:
4+
push:
5+
branches:
6+
- master
7+
schedule:
8+
- cron: '0 0 * * *'
9+
jobs:
10+
meeting:
11+
runs-on: ubuntu-latest
12+
steps:
13+
- name: Webpack TSC Meeting Agenda
14+
uses: 'pkgjs/meet@v0'
15+
with:
16+
issueTitle: 'TSC Meeting <%= date.toFormat("dd-MMMM-yyyy") %>'
17+
token: ${{ secrets.GITHUB_TOKEN }}
18+
orgs: webpack,webpack-contrib
19+
agendaLabel: 'tsc-agenda'
20+
meetingLabels: 'meeting'
21+
schedules: '2025-05-12T17:00:00.0Z/P2W'
22+
createWithin: 'P1W'
23+
issueTemplate: 'meeting-agenda.md'

0 commit comments

Comments
 (0)