File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -105,9 +105,14 @@ underscores replaced with hyphens.
105105
106106 Example: ` @miq-bot cross_repo_tests ManageIQ/manageiq#1234 including more_core_extensions@1234abcd `
107107
108+ * The ` test_repos ` part adds code changes (via the ` Gemfile ` ) and adds entries into the test matrix
109+ * The ` including ` part adds code changes (via the ` Gemfile ` ) but does not add test to the matrix.
110+
108111 Also accepts repository groups, e.g. ` /providers ` , ` /core ` , ` /all `
109112
110- Example: `@miq-bot cross_repo_tests ManageIQ/manageiq #1234 , /providers including more_core_extensions@1234abcd
113+ Example: ` @miq-bot cross_repo_tests ManageIQ/manageiq#1234, /providers including more_core_extensions@1234abcd `
114+
115+ * This runs the PR, core PR 1234, and providers tests with changes from the PR and more_core_extension
111116
112117## Development
113118
You can’t perform that action at this time.
0 commit comments