Update stale-issue.yml (#8853)

* Update stale-issue.yml

minor QoL updates to wording based on feedback and changed stale PR threshold from 60 days to 45

* Update stale-issue.yml

battling the whitespace yaml demons

* Update stale-issue.yml

battling the whitespace yaml demons

* Update stale-issue.yml

added a EoF newline.
I hate yaml

* Update stale-issue.yml

removing and re-adding newline in a new format to try to appease the pre-commit gods
This commit is contained in:
J. Eckert 2021-10-17 15:36:49 -07:00 committed by GitHub
parent 1f893907b9
commit d923ae651f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,7 +13,7 @@ jobs:
ascending: true ascending: true
days-before-issue-stale: 14 days-before-issue-stale: 14
days-before-issue-close: 7 days-before-issue-close: 7
days-before-pr-stale: 60 days-before-pr-stale: 45
days-before-pr-close: -1 days-before-pr-close: -1
exempt-all-pr-milestones: true exempt-all-pr-milestones: true
exempt-all-issue-milestones: true exempt-all-issue-milestones: true
@ -22,16 +22,16 @@ jobs:
stale-pr-label: stale-pr stale-pr-label: stale-pr
remove-stale-when-updated: true remove-stale-when-updated: true
stale-issue-message: >- stale-issue-message: >-
This issue has been flagged as stale, as there has been no This issue has not been updated in 14 days and is now flagged
activity on it in the last 14 days. If this issue is still as stale. If this issue is still affecting you and in need
affecting you and in need of further review, please comment of further review, please comment on it with an update to
on it with an update to keep it open. keep it from auto closing in 7 days.
close-issue-message: >- close-issue-message: >-
This issue was automatically closed because it has been flagged This issue was automatically closed because it has been
as stale, and subsequently passed 7 days with no further activity flagged as stale, and subsequently passed 7 days with no
from the submitter or watchers. further activity from the submitter or watchers.
stale-pr-message: >- stale-pr-message: >-
This PR has been flagged as stale due to no activity for over 60 This PR has been flagged as stale due to no activity for over
days. It will not be automatically closed, but it has been given a 60 days. It will not be automatically closed, but it has been
stale-pr label and should be manually reviewed by the relevant given a stale-pr label and should be manually reviewed by the
parties. relevant parties.