First draft Continuous optimizer #1553
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
| name: 'Create Issue Reminder' | |
| permissions: {} | |
| on: | |
| issue_comment: | |
| types: [created, edited] | |
| jobs: | |
| reminder: | |
| runs-on: ubuntu-latest | |
| permissions: | |
| issues: write # Required for create-reminder-action to post issue comments | |
| steps: | |
| - name: check for reminder | |
| uses: agrc/create-reminder-action@8798362d131d74a70435283581f566c4986328dd # v1 |