Skip to content

Commit

Permalink
schedule job to run at 12AM daily (#259)
Browse files Browse the repository at this point in the history
  • Loading branch information
letsintegreat authored Mar 17, 2023
1 parent bdfba69 commit 74f2da7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/issue-assign.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 74f2da7

Please sign in to comment.