diff options
author | Antoine GIRARD <sapk@users.noreply.github.com> | 2020-01-22 11:55:27 +0100 |
---|---|---|
committer | Lauris BH <lauris@nix.lv> | 2020-01-22 12:55:27 +0200 |
commit | eed361638a367be9f8303211ca4b4110dc50f716 (patch) | |
tree | 70cdc9ec74a4e6fe09843022b076fe3d59288a52 /.github | |
parent | 3185a13ea5ba9b391f5f944d27f019459862cb33 (diff) | |
download | gitea-eed361638a367be9f8303211ca4b4110dc50f716.tar.gz gitea-eed361638a367be9f8303211ca4b4110dc50f716.zip |
Improve stale message (#9920)
* Improve stale nessage
* Update .github/stale.yml
Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/stale.yml | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 0a14124525..6a9f341cbf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -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. - |