Add patchback config.

This commit is contained in:
Felix Fontein
2021-09-30 17:27:12 +02:00
parent 57c364fe87
commit 74ae95038c

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-
...