From 36aa37235f1f5f27bd40085378e429d14a7e0aa9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Thu, 18 Jan 2024 10:25:29 +0100 Subject: [PATCH] Update mergify.yml (#435) --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 0581680c7..fd185e02d 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -47,5 +47,5 @@ pull_request_rules: comment: message: | @{{author}}, all pull requests must be targeted towards the `master` development branch. - Once merged into `master`, it is possible to backport to @{{base}}, but it must be in `master` + Once merged into `master`, it is possible to backport to `{{base}}`, but it must be in `master` to have these changes reflected into new distributions.