We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9fc72b commit 7f24dafCopy full SHA for 7f24daf
.github/mergify.yml
@@ -0,0 +1,15 @@
1
+# This mergify configuration is used for backporting only. This setup
2
+# will backport a PR after being approved if it has the label 'backport'.
3
+# Please see the comments below for configuring branches, labels, etc.
4
+#
5
+pull_request_rules:
6
+ - name: backport to maintained branches
7
+ conditions:
8
+ - label=backport # create a label in your project called backport
9
+ actions:
10
+ backport:
11
+ branches: # the list of branches the pull request should be copied to.
12
+ - main
13
+ assignees: # assign newly created backport PR to author
14
+ - "{{ author }}"
15
+ title: "`[BP: {{ destination_branch }} <- #{{ number }}]` {{ title }}"
0 commit comments