tsc: add 20241010_TSC_MOM.md and 20241010_TSC_Seapath_merge_status.pdf #70
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# TODO: 'schedules' will need to be updated to coincide with the meeting frequency | |
name: Schedule TSC meetings | |
on: | |
workflow_dispatch: | |
# schedule: | |
# - cron: '0 0 * * *' | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: pkgjs/meet | |
with: | |
token: ${{ secrets.GITHUB_TOKEN }} | |
schedules: 2020-05-14T17:00:00.0Z/P4W | |
createWithin: P1D | |
issueTitle: "TSC Meeting <%= date.toFormat('yyyy-MM-dd') %>" | |
agendaLabel: meeting-agenda |