Skip to content

Commit

Permalink
Add cron schedule to run at 9am every Thursday (PST)
Browse files Browse the repository at this point in the history
  • Loading branch information
victorhuangwq committed Apr 1, 2024
1 parent 564a617 commit 2288d2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/tagPriorityLow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: tag low priority issues

on:
workflow_dispatch:
schedule:
- cron: '0 16 * * 4'

permissions:
issues: write
Expand Down

0 comments on commit 2288d2b

Please sign in to comment.