Setup patchback bot config file (resolves #310) (#311)

(cherry picked from commit 55458f5b0b)
This commit is contained in:
R.Sicart 2022-03-17 09:30:29 +01:00 committed by patchback[bot]
commit b244220369

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