From a4555655a544a727be357abfa457333bb6a53f62 Mon Sep 17 00:00:00 2001 From: Rhys Arkins <rhys@arkins.net> Date: Tue, 7 Mar 2023 12:14:58 +0100 Subject: [PATCH] chore: needs-code-formatting label action --- .github/label-actions.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/label-actions.yml b/.github/label-actions.yml index 52b6370279..eb6440e5eb 100644 --- a/.github/label-actions.yml +++ b/.github/label-actions.yml @@ -181,3 +181,11 @@ close: true lock: true lock-reason: 'resolved' + +'needs-code-formatting': + comment: > + Hi, you need to format code or logs here so that they're more readable for others. + + You can find a Markdown code formatting guide [here](https://www.markdownguide.org/basic-syntax/#code) as well as some GitHub-specific information formatting code blocks [here](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/creating-and-highlighting-code-blocks). + + Thanks, The Renovate team -- GitLab