From 096f50248d70a163bcc2e3f4938b8defcd0ad136 Mon Sep 17 00:00:00 2001 From: jolorunyomi Date: Mon, 25 Jan 2021 08:32:03 -0600 Subject: [PATCH] update pr-labeler configuration --- .github/labeler.yml | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 22998cff569..5359debc577 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -6,7 +6,7 @@ cuDF (Python): - 'python/**' - 'notebooks/**' -libcudf: +cpp: - 'cpp/**' CMake: @@ -15,11 +15,9 @@ CMake: cuDF (Java): - 'java/**' - -Ops: - - '.github/**' + +ci: - 'ci/**' + +conda: - 'conda/**' - - '**/Dockerfile' - - '**/.dockerignore' - - 'docker/**'