Filter the Radarr integration of the Calendar widget by release format #130
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: 'Reaction Comments' | |
on: | |
issue_comment: | |
types: [created, edited] | |
pull_request_review_comment: | |
types: [created, edited] | |
schedule: | |
- cron: '0 0 * * *' | |
permissions: | |
actions: write | |
issues: write | |
pull-requests: write | |
jobs: | |
action: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: dessant/reaction-comments@v4 |