diff options
author | Thomas Ebert <thomas.ebert@te-online.net> | 2019-07-09 16:41:22 +0200 |
---|---|---|
committer | Thomas Ebert <thomas.ebert@te-online.net> | 2019-07-09 16:41:22 +0200 |
commit | 3a4a462005b89b623408176b61dba4645ef3a1a1 (patch) | |
tree | 2bf4e8808b3d38e03403fa6066e64933e032a820 | |
parent | a56c1d97949d8357b91257eaa392f71b986aafa5 (diff) | |
download | nextcloud-server-3a4a462005b89b623408176b61dba4645ef3a1a1.tar.gz nextcloud-server-3a4a462005b89b623408176b61dba4645ef3a1a1.zip |
Stale bot message – Take into account that stale bot only acts on issues labelled as `needs info`.
-rw-r--r-- | .github/stale.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/stale.yml b/.github/stale.yml index 7b0e3383483..50f8858d83d 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -22,7 +22,7 @@ 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 and might be missing some essential information. + recent activity. Additionally, it is marked as missing essential information. It will be closed if no further activity occurs. Thank you for your contributions. |