Add patchback config.

This commit is contained in:
Felix Fontein 2021-09-30 17:27:51 +02:00
parent a15516b6a5
commit 1b4b45628c

5
.github/patchback.yml vendored Normal file
View File

@ -0,0 +1,5 @@
---
backport_branch_prefix: patchback/backports/
backport_label_prefix: backport-
target_branch_prefix: stable-
...