Skip to content

Commit

Permalink
chore(ci): Label idle issues can run weekly (#682)
Browse files Browse the repository at this point in the history
Changing this from daily to weekly:

* `0 9 * * 5` -> https://crontab.guru/#0_9_*_*_5
  • Loading branch information
bsmth authored Aug 23, 2023
1 parent e7ebae0 commit 07e6462
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/idle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: "Label idle issues"

on:
schedule:
- cron: "0 8 * * *"
- cron: "0 9 * * 5"

jobs:
mark-as-idle:
Expand Down

0 comments on commit 07e6462

Please sign in to comment.