ci: extend stale timeout (#903)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/stale@v10
|
||||
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-pr-message: "This PR is stale because it has had no activity for 30 days..."
|
||||
days-before-stale: 30
|
||||
stale-issue-message: 'This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
|
||||
stale-pr-message: "This PR is stale because it has had no activity for 180 days..."
|
||||
days-before-stale: 180
|
||||
days-before-close: 5
|
||||
|
||||
Reference in New Issue
Block a user