We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea0f102 commit da44367Copy full SHA for da44367
.github/workflows/generate-meeting-agendas.yml
@@ -1,14 +1,17 @@
1
name: Generate TSC Meeting Agenda
2
+
3
on:
4
pull_request:
5
push:
6
branches:
7
- main
8
schedule:
9
- cron: '0 0 * * *'
10
11
jobs:
12
meeting:
13
runs-on: ubuntu-latest
14
15
steps:
16
- name: Webpack TSC Meeting Agenda
17
uses: 'pkgjs/meet@v0'
@@ -18,6 +21,6 @@ jobs:
18
21
orgs: webpack,webpack-contrib
19
22
agendaLabel: 'tsc-agenda'
20
23
meetingLabels: 'meeting'
- schedules: '2025-05-12T17:00:00.0Z/P2W'
- createWithin: 'P1W'
24
+ schedules: '2025-04-28T17:00:00.0Z/P2W'
25
+ createWithin: 'P7D'
26
issueTemplate: 'meeting-agenda.md'
0 commit comments