mirror of
https://github.com/Lime3DS/Lime3DS.git
synced 2024-11-01 07:55:07 +01:00
Update stale issue configuration
- Issues are flagged as stale after 90 days - Stale issues will be closed after a further 10 days
This commit is contained in:
parent
99f8259bf6
commit
165cc9e617
4
.github/workflows/stale-issues.yml
vendored
4
.github/workflows/stale-issues.yml
vendored
@ -13,8 +13,8 @@ jobs:
|
||||
- uses: actions/stale@v9.0.0
|
||||
with:
|
||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||
days-before-issue-stale: 70
|
||||
days-before-issue-close: 20
|
||||
days-before-issue-stale: 90
|
||||
days-before-issue-close: 10
|
||||
stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 20 days, this issue will be closed."
|
||||
close-issue-message: "This issue has been closed as stale."
|
||||
days-before-pr-stale: -1
|
||||
|
Loading…
Reference in New Issue
Block a user