Skip to content

Commit

Permalink
changing schedule of stale-issues action to run on the first day of m…
Browse files Browse the repository at this point in the history
…onth
  • Loading branch information
giulong committed Dec 20, 2023
1 parent 6619ed8 commit bafa03a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issues.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Close inactive issues
on:
schedule:
- cron: 30 1 * * *
- cron: '* * 1 * *'

jobs:
close-issues:
Expand Down

0 comments on commit bafa03a

Please sign in to comment.