From 7a90754be3ebf86a7f915e6a683e2390fe4ee759 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Mon, 4 Nov 2024 10:02:11 +0100 Subject: [PATCH] chore: add new label actions (#32282) Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/label-actions.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index a4bf190e99..583f939982 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -27,6 +27,19 @@ The Renovate team +'auto:not-minimal-reproduction': + comment: > + Hi there, + + + We appreciate the effort you put into creating a reproduction. But your reproduction is not minimal yet, or is missing fields we ask for in our template. + + + Please re-read the steps and documentation given in the previous message, and try again to create a minimal reproduction. + + + Thanks, the Renovate team + 'auto:logs': comment: > Hi there, @@ -141,6 +154,19 @@ If you're not sure, it's acceptable to paste the full logs, including into a gist. Please try to explain the problem in enough detail to give us starting points to debug. If you only paste the full log, and do nothing else, it is likely that we will take longer to help you, or we may not start to help you at all. + Thanks, the Renovate team + +'auto:too-much-redacting': + comment: > + Hi there, + + + You redacted too much information from your config or logs. This makes it hard for us to pinpoint the problem. + + + Please only redact truly sensitive information. Or consider an enterprise support contract, if Open Source support does not suit you. + + Thanks, the Renovate team 'new package manager': @@ -374,6 +400,19 @@ As a general rule, we will read and respond to all discussions in this repository, so there is no need to mention us. + Thanks, the Renovate team + +'auto:meaningful-title': + comment: > + Hi there, + + + Please give your discussion a meaningful title. This helps others understand what your discussion is about, and increases the chances of getting help. + + + Do not use titles like "Need config help", "Renovate is not working", etc. Try to summarize the specifics of your problem or question in the title. + + Thanks, the Renovate team 'auto:idea-rewrite': -- GitLab