Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
integrii authored Jan 26, 2024
1 parent 952ef55 commit 3d54c0b
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,5 +1,6 @@
name: 'Close stale issues and PRs'
on:
workflow_dispatch:
schedule:
- cron: '0 0 * * *'

Expand All @@ -13,4 +14,4 @@ jobs:
close-issue-message: 'This issue was closed because it has been stalled for 15 days with no activity. Please reopen and comment on the issue if you believe it should stay open.'
days-before-stale: 30
days-before-close: 15
exempt-issue-labels: 'in progress, do-not-close'
exempt-issue-labels: 'in progress, do-not-close'

0 comments on commit 3d54c0b

Please sign in to comment.