Skip to content

Commit

Permalink
ci: close issues just 1 time per week
Browse files Browse the repository at this point in the history
  • Loading branch information
PauloGoncalvesBH authored Mar 8, 2023
1 parent 212e219 commit 0d2c621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/stale-issue.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: "Close stale issues"
on:
schedule:
- cron: "0 0 * * *"
- cron: "0 0 * * 6"

jobs:
stale:
Expand Down

0 comments on commit 0d2c621

Please sign in to comment.