mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2026-06-02 22:25:46 +00:00
chore: cron every 1 hour o'clock
This commit is contained in:
parent
be7bb471b9
commit
dc44e45b27
1 changed files with 2 additions and 2 deletions
4
.github/workflows/stale.yml
vendored
4
.github/workflows/stale.yml
vendored
|
|
@ -2,8 +2,8 @@ name: Stale and close inactive issues/PRs
|
|||
|
||||
on:
|
||||
schedule:
|
||||
- cron: "0 0,6,12,18 * * *" # every 6 hours o'clock... 0:00am 6:00am 12:00pm 18:00pm
|
||||
workflow_dispatch: # or manually
|
||||
- cron: "0 0-23 * * *" # every 1 hour at o'clock
|
||||
workflow_dispatch: # or manually
|
||||
|
||||
permissions:
|
||||
contents: none
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue