💅 Add a config for the Patchback GitHub App

This patch prepares the project's backporting process to start being
handled by the Patchback GitHub App [[1]].

Ref #9384
Resolves #9385
Resolves #9553
Resolves #9554
Resolves #9555

[1]: https://github.com/apps/patchback
This commit is contained in:
Sviatoslav Sydorenko 2024-06-18 16:50:49 +02:00
parent dc65bb6a66
commit 711d37a26f
No known key found for this signature in database
GPG Key ID: 9345E8FEA89CA455
1 changed files with 7 additions and 0 deletions

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

@ -0,0 +1,7 @@
---
backport_branch_prefix: patchback/backports/
backport_label_prefix: 'backport ' # IMPORTANT: the labels are space-delimited
# target_branch_prefix: '' # The project's backport branches are non-prefixed
...