From ccdf9ea93fdfe8df489674133ba59b34682f3d16 Mon Sep 17 00:00:00 2001 From: Charles Blackmon-Luca <20627856+charlesbluca@users.noreply.github.com> Date: Tue, 27 Aug 2024 16:32:31 -0400 Subject: [PATCH] Increase visibility of GPU CI updates (#8841) --- .github/workflows/update-gpuci.yaml | 2 +- CODEOWNERS | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update-gpuci.yaml b/.github/workflows/update-gpuci.yaml index 36912c1d8c2..90c25c16a53 100644 --- a/.github/workflows/update-gpuci.yaml +++ b/.github/workflows/update-gpuci.yaml @@ -58,7 +58,7 @@ jobs: if: ${{ env.UCX_PY_VER != env.NEW_UCX_PY_VER }} # make sure new ucx-py nightlies are available with: token: ${{ secrets.GITHUB_TOKEN }} - draft: true + draft: false commit-message: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`" title: "Update gpuCI `RAPIDS_VER` to `${{ env.NEW_RAPIDS_VER }}`" author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> diff --git a/CODEOWNERS b/CODEOWNERS index 38c8a480a8a..08ebf86238c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,3 +12,4 @@ distributed/widgets/* @jacobtomlinson # GPU Support distributed/diagnostics/nvml.py @jacobtomlinson @quasiben +continuous_integration/gpuci/* @jacobtomlinson @quasiben