Skip to content

Find Comments

Find Comments #154

Workflow file for this run

name: Find Comments
on:
schedule:
- cron: "0 0 */2 * *"
jobs:
check-comments:
runs-on: ubuntu-latest
steps:
- name: Find comments
uses: actions-cool/[email protected]
with:
actions: 'find-comments'
token: ${{ secrets.GITHUB_TOKEN }}
issue-number: 'true'
comment-auth: 'true'
body-includes: 'true'