Skip to content

Commit 726177c

Browse files
authored
ci: add issue watcher
1 parent 6237328 commit 726177c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
name: Issue watcher
2+
on:
3+
workflow_dispatch:
4+
schedule:
5+
# Date follows the cron syntax: https://en.wikipedia.org/wiki/Cron
6+
# Every Monday at 6:30 AM
7+
- cron: '30 6 * * 1'
8+
9+
jobs:
10+
check_issues:
11+
uses: talsec/github-workflows/.github/workflows/issue_watcher.yml@master

0 commit comments

Comments
 (0)