From f43bab301f67a958ee9c5523338c9aba576ffa23 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 21 Jan 2026 16:53:09 +0100 Subject: [PATCH] docs/releasing: rephrase sentence about not letting the mr label script run Part-of: --- docs/releasing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/releasing.rst b/docs/releasing.rst index 0bd11b4ac69..b8b9281b091 100644 --- a/docs/releasing.rst +++ b/docs/releasing.rst @@ -256,8 +256,8 @@ Create a new Merge Request, with ``staging/X.Y`` targeting the ``X.Y`` branch. Be sure to rename the merge request, something like ``merge staging/X.Y in to X.Y for the X.Y.Z release``. Ensure that ``delete source branch`` is **not** checked, and set the label to ``release-maintainer`` and ``mesa-release``. -(this prevents the autotagger from running on this MR, which would otherwise -spam labels with a PR that watches of those labels probably don't care about). +(this prevents the auto-labeller from running on this MR, which would otherwise +spam labels which a dev who watches those probably doesn't care about). Assign to ``@marge-bot`` immediately.