Send monthly reminder to re-record PollyJS recordings #35
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
--- | |
name: Send monthly reminder to re-record PollyJS recordings | |
on: | |
schedule: | |
- cron: '0 0 1 * *' | |
jobs: | |
remind: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- uses: JasonEtco/create-an-issue@v2 | |
env: | |
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | |
with: | |
filename: .github/recording-reminder.md | |
update_existing: true | |
search_existing: open |