From f1191fd36f7f09d4a6a23ca75f1914315ed1d888 Mon Sep 17 00:00:00 2001 From: Erik Welch Date: Thu, 14 Nov 2024 10:52:33 -0600 Subject: [PATCH] Remove automatic "Python" labeler An alternative to #20 --- .github/labeler.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 4f2527646..2e159bec3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -2,10 +2,6 @@ # Adapted from https://github.com/rapidsai/nx-cugraph/blob/main/.github/CODEOWNERS # Labels culled from https://github.com/rapidsai/nx-cugraph/labels -python: - - 'python/**' - - 'notebooks/**' - benchmarks: - 'benchmarks/**'