Skip to content

Commit 2c0d5ac

Browse files
committed
💅 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]]. It is expected that a new label like `backport 2.1.x` is created to match the configuration. [1]: https://github.com/apps/patchback
1 parent 66d8dc3 commit 2c0d5ac

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

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