Skip to content

Commit

Permalink
Close or lock stale issues once per day
Browse files Browse the repository at this point in the history
  • Loading branch information
benlye committed Oct 24, 2024
1 parent 821c5cb commit fb999d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/close-stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Close Stale Issues

on:
schedule:
- cron: '0 1,13 * * *'
- cron: '0 1 * * *'

jobs:
stale:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name: Lock Closed Issues

on:
schedule:
- cron: '0 1,13 * * *'
- cron: '0 2 * * *'

jobs:
lock:
Expand Down

0 comments on commit fb999d7

Please sign in to comment.