There was an error while loading. Please reload this page.
2 parents f0c75f1 + 19817fd commit b6b8fbaCopy full SHA for b6b8fba
1 file changed
.github/workflows/stale.yml
@@ -1,7 +1,10 @@
1
name: 'Automatically close stale issues'
2
3
on:
4
- workflow_dispatch:
+ schedule:
5
+ # Runs every day at 8:00 AM CET
6
+ - cron: '0 7 * * *'
7
+ workflow_dispatch:
8
9
permissions:
10
issues: write
0 commit comments