From 1b4b45628c3728008f791ca6621c7f2bb28b8fc9 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 30 Sep 2021 17:27:51 +0200 Subject: [PATCH] Add patchback config. --- .github/patchback.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/patchback.yml diff --git a/.github/patchback.yml b/.github/patchback.yml new file mode 100644 index 00000000..33ad6e84 --- /dev/null +++ b/.github/patchback.yml @@ -0,0 +1,5 @@ +--- +backport_branch_prefix: patchback/backports/ +backport_label_prefix: backport- +target_branch_prefix: stable- +...