Setup patchback bot config file (resolves #310)

This commit is contained in:
R. Sicart 2022-03-16 19:27:17 +01:00
commit 7f98fabce0

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