Skip to content

Commit

Permalink
Make the stale message for issues more friendly (elastic#31158)
Browse files Browse the repository at this point in the history
We had some cases when external contributors got very frustrated with
the stale message in old issues. It might sound like we completely
dismiss the effort.

This makes the issue stale message consistent with the message we use
for PRs.
  • Loading branch information
rdner authored and kush-elastic committed May 2, 2022
1 parent 994d041 commit c26b14c
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,18 @@ staleLabel: Stalled

# 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. Thank you
for your contributions.
Hi!
We just realized that we haven't looked into this issue in a while. We're
sorry!
We're labeling this issue as `Stale` to make it hit our filters and
make sure we get back to it as soon as possible. In the meantime, it'd
be extremely helpful if you could take a look at it as well and confirm its
relevance. A simple comment with a nice emoji will be enough `:+1`.
Thank you for your contribution!
# Comment to post when removing the stale label.
# unmarkComment: >
Expand All @@ -57,13 +66,13 @@ pulls:
sorry!
We're labeling this issue as `Stale` to make it hit our filters and
make sure we get back to it in as soon as possible. In the meantime, it'd
We're labeling this issue as `Stale` to make it hit our filters and
make sure we get back to it as soon as possible. In the meantime, it'd
be extremely helpful if you could take a look at it as well and confirm its
relevance. A simple comment with a nice emoji will be enough `:+1`.
Thank you for your contribution!
closeComment: >
Hi!
Expand All @@ -77,7 +86,6 @@ pulls:
Thank you for your contribution!
# issues:
# exemptLabels:
# - confirmed

0 comments on commit c26b14c

Please sign in to comment.