Browse Source

Update stale issue message

pull/1517/head
Gabe Kangas 4 years ago committed by GitHub
parent
commit
f78f1795fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .github/stale.yml

7
.github/stale.yml

@ -10,8 +10,11 @@ staleLabel: stale @@ -10,8 +10,11 @@ staleLabel: stale
# Comment to post when marking an issue as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
recent activity. It will be closed if no further activity occurs. If this
was a feature request that others have shown no interest in then it's
likely to not get implemented due to lack of interest. If others also
want to see this feature then now is the time to say something!
Thank you for your contributions.
# Comment to post when closing a stale issue. Set to `false` to disable
closeComment: false
exemptMilestones: true

Loading…
Cancel
Save