Skip to content

Commit d7b4010

Browse files
authored
💅 Add a config for the Patchback GitHub App (#12475)
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
1 parent ea87bd6 commit d7b4010

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/patchback.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
---
2+
3+
backport_branch_prefix: patchback/backports/
4+
backport_label_prefix: 'backport ' # IMPORTANT: the labels are space-delimited
5+
# target_branch_prefix: '' # The project's backport branches are non-prefixed
6+
7+
...

0 commit comments

Comments
 (0)