From 2cb5dcabf7e31037498e652f684e91af12f2952e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Botond=20D=C3=A9nes?= Date: Mon, 11 Mar 2024 08:16:44 -0400 Subject: [PATCH] docs/dev/maintainer.md: document another exceptions to rule no.0 Maintainers are also allowed to commit their own backport PR. They are allowed to backport their own code, opening a PR to get a CI run for a backport doesn't change this. Closes scylladb/scylladb#17727 --- docs/dev/maintainer.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/dev/maintainer.md b/docs/dev/maintainer.md index 23a9fbbc25..ca2d8a00f7 100644 --- a/docs/dev/maintainer.md +++ b/docs/dev/maintainer.md @@ -291,6 +291,8 @@ These exceptions are for commits that are administrative in nature. 2. frozen toolchain updates (changes to tools/toolchain/image; these only refresh external package versions) +3. backports (maintainers are already allowed to backport their own code, opening a PR to get a CI run for a backport doesn't change this) + ## Guidelines for evaluating backports 0. In general backports are only acceptable if they fix an