From 74ae95038c65c70480bd6e9787bfa09f75680d85 Mon Sep 17 00:00:00 2001 From: Felix Fontein Date: Thu, 30 Sep 2021 17:27:12 +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- +...