From acb015c788a0b5e42baba7d0838dc10d95f0d8dd Mon Sep 17 00:00:00 2001 From: abikouo <79859644+abikouo@users.noreply.github.com> Date: Mon, 24 Jan 2022 20:42:00 +0100 Subject: [PATCH] add patchback bot (#346) Add patchback bot Add the configs so that we can use the patchback bot for semi-automated backports. Reviewed-by: Mike Graves Reviewed-by: None --- .github/patchback.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .github/patchback.yml diff --git a/.github/patchback.yml b/.github/patchback.yml new file mode 100644 index 00000000..113fc529 --- /dev/null +++ b/.github/patchback.yml @@ -0,0 +1,4 @@ +--- +backport_branch_prefix: patchback/backports/ +backport_label_prefix: backport- +target_branch_prefix: stable-