Skip to content

Commit

Permalink
Update stale.yml bot duration settings
Browse files Browse the repository at this point in the history
  • Loading branch information
mmaietta committed Jun 18, 2023
1 parent 00136aa commit 36782ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
steps:
- uses: actions/stale@v8
with:
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
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 10 days.'
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
days-before-stale: 30
days-before-close: 5
close-issue-message: 'This issue was closed because it has been stalled for 30 days with no activity.'
days-before-stale: 60
days-before-close: 30
days-before-pr-close: -1

0 comments on commit 36782ca

Please sign in to comment.