Skip to content

Issue watcher

Issue watcher #7

name: Issue watcher
on:
workflow_dispatch:
schedule:
# Date follows the cron syntax: https://en.wikipedia.org/wiki/Cron
# Every Monday at 6:30 AM
- cron: '30 6 * * 1'
jobs:
check-issues:
uses: talsec/github-workflows/.github/workflows/issue_watcher.yml@main

Check failure on line 11 in .github/workflows/issue_watcher.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/issue_watcher.yaml

Invalid workflow file

error parsing called workflow ".github/workflows/issue_watcher.yaml" -> "talsec/github-workflows/.github/workflows/issue_watcher.yml@main" : failed to fetch workflow: reference to workflow should be either a valid branch, tag, or commit