summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-02-01 19:40:18 +0100
committerSviatoslav Sydorenko <wk@sydorenko.org.ua>2022-02-01 19:40:18 +0100
commit02d19e7d69d3cb536a279fea059f3a2d76be1e2c (patch)
tree11d68d23e5661542ff2673ecb6f4e3e9abefa04f /.github
parenta68be36762808848c99cac965fd17079b8ce4eb1 (diff)
downloadcherrypy-git-02d19e7d69d3cb536a279fea059f3a2d76be1e2c.tar.gz
Add a config for the Patchback robot
Diffstat (limited to '.github')
-rw-r--r--.github/patchback.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/patchback.yml b/.github/patchback.yml
new file mode 100644
index 00000000..18bd840b
--- /dev/null
+++ b/.github/patchback.yml
@@ -0,0 +1,5 @@
+---
+backport_branch_prefix: patchback/backports/
+backport_label_prefix: backport-
+target_branch_prefix: maint/
+...