Docs: suggest release clone (#13) #85
This file contains hidden or 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 | ||
|
Check failure on line 1 in .github/workflows/create_agenda.yml
|
||
| 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: 2022-01-18T16:00:00.0Z/P5W | ||
| createWithin: P1D | ||
| issueTitle: "FlexMeasures TSC Meeting <%= date.toFormat('yyyy-MM-dd') %>" | ||
| agendaLabel: meeting-agenda | ||