From 96d2f814ab60bd22667c22d82d4b9b1755c1e028 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Fri, 20 Sep 2024 18:24:47 -0700 Subject: [PATCH] Update labeler for pylibcudf (#16868) The labeler was not updated for the move of pylibcudf to a separate package. Authors: - Vyas Ramasubramani (https://github.com/vyasr) Approvers: - Bradley Dice (https://github.com/bdice) URL: https://github.com/rapidsai/cudf/pull/16868 --- .github/labeler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 90cdda4d3ca..8506d38a048 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -12,7 +12,7 @@ cudf.polars: - 'python/cudf_polars/**' pylibcudf: - - 'python/cudf/pylibcudf/**' + - 'python/pylibcudf/**' libcudf: - 'cpp/**'