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 8a2ccfa commit 731efbcCopy full SHA for 731efbc
.github/workflows/ci-linux-ros.yml
@@ -11,7 +11,7 @@ on:
11
- devel
12
13
jobs:
14
- CI:
+ ROS:
15
strategy:
16
matrix:
17
env:
.mergify.yml
@@ -1,10 +1,10 @@
1
pull_request_rules:
2
- name: merge automatically when CI passes and PR is approved
3
conditions:
4
- - check-success = "CI (humble)"
5
- - check-success = "CI (iron)"
6
- - check-success = "CI (jazzy)"
7
- - check-success = "CI (rolling)"
+ - check-success = "ROS (humble)"
+ - check-success = "ROS (iron)"
+ - check-success = "ROS (jazzy)"
+ - check-success = "ROS (rolling)"
8
- check-success = "nix (macos)"
9
- check-success = "nix (ubuntu)"
10
- check-success = "pre-commit.ci - pr"
0 commit comments