Skip to content

Commit

Permalink
Update stale.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
matt2005 authored Nov 27, 2021
1 parent 80ab1fd commit 7d44b90
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,7 @@
name: 'Close stale issues and PRs'
on:
schedule:
- cron: '30 1 * * *'
- cron: '* * * * *'

jobs:
stale:
Expand All @@ -14,7 +14,7 @@ jobs:
stale-issue-label: 'no-issue-activity'
exempt-issue-labels: 'awaiting-approval,work-in-progress,dontclose,documentation,security,pinned,future-enhancement,enhancement'
close-issue-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
days-before-issue-close: 60
days-before-issue-close: 1
days-before-issue-stale: 120
exempt-all-pr-assignees: true
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
Expand Down

0 comments on commit 7d44b90

Please sign in to comment.