Browse Source

Improve stale message (#9920)

* Improve stale nessage

* Update .github/stale.yml

Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
tags/v1.10.5
Antoine GIRARD 4 years ago
parent
commit
eed361638a
1 changed files with 5 additions and 4 deletions
  1. 5
    4
      .github/stale.yml

+ 5
- 4
.github/stale.yml View File

@@ -27,9 +27,11 @@ staleLabel: stale

# Comment to post when marking 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 during the next 2 weeks. Thank you
for your contributions.
This issue has been automatically marked as stale because it has not had recent activity.
I am here to help clear issues left open even if solved or waiting for more insight.
This issue will be closed if no further activity occurs during the next 2 weeks.
If the issue is still valid just add a comment to keep it alive.
Thank you for your contributions.

# Comment to post when closing a stale Issue or Pull Request.
closeComment: >
@@ -50,4 +52,3 @@ pulls:
closeComment: >
This pull request has been automatically closed because of inactivity.
You can re-open it if needed.


Loading…
Cancel
Save