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 857a12f commit 4a715d5Copy full SHA for 4a715d5
.backportrc.json
@@ -0,0 +1,14 @@
1
+{
2
+ "repoName": "diagnostic",
3
+ "repoOwner": "ros",
4
+ "sourceBranch": "ros2",
5
+ "targetBranchChoices": [
6
+ "ros2-rolling",
7
+ "ros2-humble",
8
+ "ros2-jazzy",
9
+ "ros2-kilted"
10
+ ],
11
+ "targetPRLabels": [
12
+ "automerge"
13
+ ]
14
+}
.github/mergify.yml
@@ -17,4 +17,10 @@ pull_request_rules:
17
actions:
18
close:
19
message: Please make all PRs against the `ros2` branch. They will be backported if possible.
20
-
+ - name: Automatic merge
21
+ description: Merge when PR passes all branch protection and has label automerge
22
+ conditions:
23
+ # Branch protections are automatically injected
24
+ - label = automerge
25
+ actions:
26
+ merge:
0 commit comments