Skip to content

Commit

Permalink
chore: reduce stale action frequency
Browse files Browse the repository at this point in the history
  • Loading branch information
benyap committed Aug 13, 2023
1 parent d9f4b11 commit 0dd8bc4
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 0dd8bc4

Please sign in to comment.