Add patchback config.

This commit is contained in:
Felix Fontein 2021-11-16 22:03:31 +01:00
parent 4603507713
commit e74687a8e0

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