Skip to content

Commit da44367

Browse files
authored
hotfix: correctly set meeting interval
1 parent ea0f102 commit da44367

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed
Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
name: Generate TSC Meeting Agenda
2+
23
on:
34
pull_request:
45
push:
56
branches:
67
- main
78
schedule:
89
- cron: '0 0 * * *'
10+
911
jobs:
1012
meeting:
1113
runs-on: ubuntu-latest
14+
1215
steps:
1316
- name: Webpack TSC Meeting Agenda
1417
uses: 'pkgjs/meet@v0'
@@ -18,6 +21,6 @@ jobs:
1821
orgs: webpack,webpack-contrib
1922
agendaLabel: 'tsc-agenda'
2023
meetingLabels: 'meeting'
21-
schedules: '2025-05-12T17:00:00.0Z/P2W'
22-
createWithin: 'P1W'
24+
schedules: '2025-04-28T17:00:00.0Z/P2W'
25+
createWithin: 'P7D'
2326
issueTemplate: 'meeting-agenda.md'

0 commit comments

Comments
 (0)