Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions .backportrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"repoName": "diagnostics",
"repoOwner": "ros",
"sourceBranch": "ros2",
"targetBranchChoices": [
"ros2-humble",
"ros2-jazzy",
"ros2-kilted"
],
"targetPRLabels": [
"automerge"
]
}
24 changes: 23 additions & 1 deletion .github/mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,26 @@ pull_request_rules:
actions:
close:
message: Please make all PRs against the `ros2` branch. They will be backported if possible.

<<<<<<< HEAD

=======
- name: Automatic merge
description: Merge when PR passes all branch protection and has label automerge
conditions:
- label = automerge
# we have to list all checks, apparently
- check-success = Check licenses
- check-success = Lint cppcheck
- check-success = Lint cpplint
- check-success = Lint flake8
- check-success = Lint uncurstify
- check-success = Lint xmllint
- check-success = diagnostic_aggregator on rolling
- check-success = diagnostic_common_diagnostics on rolling
- check-success = diagnostic_remote_logging on rolling
# - check-success = diagnostic_topic_monitor on rolling
- check-success = diagnostic_updater on rolling
- check-success = self_test on rolling
actions:
merge:
>>>>>>> 7f36aee (Listing all checks for automerge (#484))
Loading