Skip to content

Commit

Permalink
Schedule job (#1166)
Browse files Browse the repository at this point in the history
* schedule the job to run at 12AM daily

* schedule job to run at 12AM daily
  • Loading branch information
letsintegreat authored Apr 3, 2023
1 parent 2e46937 commit a34f09f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/assign-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ name: Auto Assign Issues
on:
issue_comment:
types: [created]
schedule:
- cron: '0 0 * * *'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit a34f09f

Please sign in to comment.