Skip to content

Commit 06c5ed9

Browse files
authored
Merge pull request #60 from drubin/drubin-patch-1
Run scheduler once a day.
2 parents bd5c29c + e7d7ad9 commit 06c5ed9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/automate_stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Close Stale Issues and PRs Automatically
22
on:
33
workflow_dispatch:
44
schedule:
5-
- cron: '*/10 * * * *' # run every 10 minutes as it also removes labels.
5+
- cron: '0 1 * * *' # run once a day as it also removes labels.
66

77
jobs:
88
stale:

0 commit comments

Comments
 (0)