Skip to content

Commit

Permalink
Perform cleanup every day at 12
Browse files Browse the repository at this point in the history
  • Loading branch information
mkaiser authored Jan 12, 2025
1 parent 5147282 commit dbc5e54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mark_stale_and_close.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close inactive issues and PR
on:
schedule:
- cron: "0 0 * * 0"
- cron: "0 12 * * *"

jobs:
close-issues:
Expand Down

0 comments on commit dbc5e54

Please sign in to comment.