Skip to content

Commit

Permalink
chore: finalize stale issue handling (#132)
Browse files Browse the repository at this point in the history
  • Loading branch information
fr-ser authored Mar 8, 2024
2 parents 28e90e5 + e45ca2b commit 074ebbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: 'Close stale issues'

on:
schedule:
- cron: '55 * * * *'
- cron: '30 1 * * *'

jobs:
stale:
Expand All @@ -20,4 +21,3 @@ jobs:
This issue has been automatically marked as stale because it has not had recent activity.
It will be closed if no further activity occurs.
Thank you for your contributions.
debug-only: true

0 comments on commit 074ebbf

Please sign in to comment.