mirror of
https://github.com/Lime3DS/Lime3DS
synced 2024-12-25 08:32:48 -06:00
Fixed stale issue bot citing incorrect number of days before closure
This commit is contained in:
parent
354ebcb19c
commit
5fc08dd46d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/stale-issues.yml
vendored
2
.github/workflows/stale-issues.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
||||||
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
repo-token: ${{ secrets.GITHUB_TOKEN }}
|
||||||
days-before-issue-stale: 90
|
days-before-issue-stale: 90
|
||||||
days-before-issue-close: 10
|
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."
|
stale-issue-message: "This issue has been marked as stale. If there is no activity within the next 10 days, this issue will be closed."
|
||||||
close-issue-message: "This issue has been closed as stale."
|
close-issue-message: "This issue has been closed as stale."
|
||||||
days-before-pr-stale: -1
|
days-before-pr-stale: -1
|
||||||
days-before-pr-close: -1
|
days-before-pr-close: -1
|
||||||
|
|
Loading…
Reference in a new issue