Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
ci: only run stalebot on weekdays
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinBernstorff authored Mar 4, 2023
1 parent 2479a7d commit 1883f7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stalebot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Close stale issues and PRs"
on:
schedule:
- cron: "30 1 * * *"
- cron: "30 1 * * 1-5"
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 1883f7d

Please sign in to comment.