Skip to content

Commit

Permalink
chore: reduce stale job frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Jul 3, 2023
1 parent 5dc9463 commit 999fda0
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
Expand Up @@ -2,7 +2,7 @@ name: Close inactive issues

on:
schedule:
- cron: "1 0 * * *"
- cron: "1 0 * * 1"

jobs:
close-issues:
Expand Down

0 comments on commit 999fda0

Please sign in to comment.