Skip to content

Commit 0e253d9

Browse files
authored
CI Do not auto close issue when cirrus ci arm build fails (scikit-learn#26432)
1 parent d85e222 commit 0e253d9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build_tools/cirrus/update_tracking_issue.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ python maint_tools/update_tracking_issue.py \
1818
$CIRRUS_TASK_NAME \
1919
$CIRRUS_REPO_FULL_NAME \
2020
$LINK_TO_RUN \
21-
--tests-passed $TEST_PASSED
21+
--tests-passed $TEST_PASSED \
22+
--auto-close false

0 commit comments

Comments
 (0)