diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index 52b6370279673df1abc47719180029d56d272b91..eb6440e5eb153820585cfbf650b94815394b7a32 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