From 67e9b530dc1add8efbd49fb9bf17e722cbb047ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Thu, 18 Jan 2024 10:13:56 +0100 Subject: [PATCH] Update mergify.yml --- .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.