Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/generate_issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
schedule:
# Run every day at 4am (PST) - cron uses UTC times
- cron: '0 12 * * *'
permissions:
issues: write
jobs:
generate_an_issue:
# Don't run on private repo.
Expand Down
Loading