Skip to content

Commit cd7778b

Browse files
authored
Checks for all distros (#488)
* all distros Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com> --------- Signed-off-by: Christian Henkel <christian.henkel2@de.bosch.com>
1 parent 7f36aee commit cd7778b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/mergify.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ pull_request_rules:
2828
- check-success = Lint flake8
2929
- check-success = Lint uncurstify
3030
- check-success = Lint xmllint
31-
- check-success = diagnostic_aggregator on rolling
32-
- check-success = diagnostic_common_diagnostics on rolling
33-
- check-success = diagnostic_remote_logging on rolling
34-
# - check-success = diagnostic_topic_monitor on rolling
35-
- check-success = diagnostic_updater on rolling
36-
- check-success = self_test on rolling
31+
- check-success ~= diagnostic_aggregator on [a-z]+
32+
- check-success ~= diagnostic_common_diagnostics on [a-z]+
33+
- check-success ~= diagnostic_remote_logging on [a-z]+
34+
# - check-success ~= diagnostic_topic_monitor on [a-z]+
35+
- check-success ~= diagnostic_updater on [a-z]+
36+
- check-success ~= self_test on [a-z]+
3737
actions:
3838
merge:

0 commit comments

Comments
 (0)