From 9e6862355aef422c47a66ab416aa5c2b7afa9dd3 Mon Sep 17 00:00:00 2001 From: Rhys Arkins Date: Wed, 11 Sep 2024 13:08:52 +0200 Subject: [PATCH] chore: add auto responses for log and question complexity (#31277) Co-authored-by: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> --- .github/label-actions.yml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index a03f1f0ace001d..1c58232cc774f2 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -125,6 +125,22 @@ Read the [Renovate docs, Troubleshooting](https://docs.renovatebot.com/troubleshooting/) to learn more about getting the docs, and getting the correct type of logs. + Thanks, the Renovate team + +'auto:logs-reduction': + comment: > + Hi there, + + + Please limit the amount of logs you're pasting into this discussion. The maintainers have a limited amount of time to help you, and often do so from mobile devices. It's easier for us if you only paste the relevant parts of the logs, and point us to the lines you think are relevant. + + + For example, if your problem is about a certain dependency, find the log sections which apply to that dependency and paste only those sections. Similarly, if your problem is about a particular branch/PR, find the log sections which apply to that branch/PR and paste only those sections. + + + 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 'new package manager': @@ -439,4 +455,23 @@ If you are a paying Mend.io customer, please tell your support or customer contact that this issue is important to you. + Thanks, the Renovate team + +'auto:reduce-complexity': + comment: > + Hi there, + + + This discussion is too complex, and we want you to simplify. This way you are more likely to get help or a solution. + + + For example, if you've pasted your _whole_ complex config, while your problem is about just one part, consider removing the parts that are not relevant to your problem. The best way to do this is to create a [minimal reproduction](https://github.com/renovatebot/renovate/blob/main/docs/development/minimal-reproductions.md). + + + You may have tried many ways to do something, and described all the methods you tried. If none of the methods worked, please focus on the most promising method, or the ideal solution. Avoid complicating the description (or logs) with the failed attempts. + + + To summarize: please reduce the complexity of your discussion, to increase the chances of getting help. + + Thanks, the Renovate team