Skip to content

Commit

Permalink
ci: add issue watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
yardexx authored Jun 12, 2024
1 parent c11d94b commit 8e06f14
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/issue_watcher.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
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@master

0 comments on commit 8e06f14

Please sign in to comment.