Skip to content

Commit

Permalink
Update stale action config
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkeye116477 committed Sep 23, 2024
1 parent 997d130 commit d0b2825
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/stale.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 23 * * *'

permissions:
contents: read
Expand All @@ -20,3 +20,4 @@ jobs:
close-issue-message: 'To zgłoszenie zostało zamknięte, ponieważ minęło 14 dni odkąd została mu nadana etykieta i w tym czasie nie było żadnej aktywności.'
days-before-issue-stale: 90
days-before-issue-close: 14
operations-per-run: 60

0 comments on commit d0b2825

Please sign in to comment.