Add initial Patchback config (#981)

(cherry picked from commit c173d4d5bc)
pull/984/head
Sviatoslav Sydorenko 2020-09-28 20:35:16 +02:00 committed by Felix Fontein
parent af3dec9b97
commit 58e9454379
1 changed files with 5 additions and 0 deletions

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

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