Skip to content

Commit

Permalink
run every 8 hours the stale bot to provide faster reaction to changes
Browse files Browse the repository at this point in the history
Signed-off-by: Matthieu Gallien <[email protected]>
  • Loading branch information
mgallien committed May 10, 2021
1 parent 21e607d commit 60ccc3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: 'Close stale issues'
on:
schedule:
- cron: '30 1 * * *'
- cron: '30 */8 * * *'

jobs:
stale:
Expand Down

0 comments on commit 60ccc3c

Please sign in to comment.