Add initial Patchback config (#981)

pull/1000/head
Sviatoslav Sydorenko 2020-09-28 20:35:16 +02:00 committed by GitHub
parent a353202716
commit c173d4d5bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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-
...