From 00c266bd6c96848b8573e21b701c17691f72f6c1 Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@arkins.net>
Date: Mon, 27 Jan 2025 19:10:04 +0100
Subject: [PATCH] chore(label-actions): no-merge-from-main (#33875)

Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
---
 .github/label-actions.yml | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/.github/label-actions.yml b/.github/label-actions.yml
index 37da913626..d19aae3bbf 100644
--- a/.github/label-actions.yml
+++ b/.github/label-actions.yml
@@ -263,6 +263,21 @@
     Good luck,
 
 
+    The Renovate team
+
+'auto:no-merge-from-main':
+  comment: >
+    Hi there,
+
+
+    Please don't merge from `main` into your PR's branch unless you have a merge conflict or have a specific reason to do so.
+    Doing so consumes CI systems unnecessarily, and also resets CI approvals if this is your first PR to the repo.
+    This repo uses GitHub's Merge Queue, which will automatically test your PR against `main` before merging, so it's no longer necessary to always keep branches up-to-date.
+
+
+    Thanks,
+
+
     The Renovate team
 
 'auto:discussion-first':
-- 
GitLab