From 2a27d575b55c60fc4a3eaf18b0a9a112edd1914c Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Thu, 26 Oct 2023 10:11:44 +0200 Subject: [PATCH] chore: expand label-actions about one topic and no mentions (#25416) Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/label-actions.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 695ddeba99..defd807ea0 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -273,4 +273,32 @@ If you're unhappy with this, we suggest you stop using the repository discussions or the product altogether. + Thanks, the Renovate team + +'auto:one-topic': + comment: > + Hi there, + + Please stick to one topic/question per Discussion. Start a new discussion per topic. + + This prevents future users from finding this discussion and getting confused by multiple questions and answers. One question and answer per Discussion works best. + + For example: + - Don't create a discussion with multiple questions requiring multiple answers + - If you got an answer to your first question, don't change topic like "Can I also ask you how I might..." which would then require a different answer. Mark the current discussion as answered and open a new one. + + + Thanks, the Renovate team + +'auto:no-mentions': + comment: > + Hi there, + + Please do not unnecessarily `@` mention maintainers like `@rarkins` or `@viceice`. Doing so causes annoying notifications and makes it harder to maintain this repository. + + For example, never `@` mention a maintainer when you are creating a discussion if your desire is to get attention. This is rude behavior, just like shouting out your coffee order in a Starbucks before it's your turn. + + It's OK to comment in an issue or discussion after multiple days or weeks. But please, still don't `@` mention people. The maintainers try to answer most discussions, but they can't answer all discussions. If you're still not getting an answer, take a look at the information you've given us and see if you can improve it. + + Thanks, the Renovate team -- GitLab