We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6237328 commit 726177cCopy full SHA for 726177c
.github/workflows/issue_watcher.yml
@@ -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