From ef706be7a4e40e7664d20306712301fcd207df34 Mon Sep 17 00:00:00 2001 From: Joseph <68436579+jolorunyomi@users.noreply.github.com> Date: Wed, 30 Dec 2020 11:31:16 -0600 Subject: [PATCH] update globs to minimatch globs --- .github/labeler.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index d9e5b1c5647..ce9e0701852 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -3,23 +3,23 @@ # Labels culled from https://github.com/rapidsai/cudf/labels cuDF (Python): - - python/ - - notebooks/ + - python/** + - notebooks/** libcudf: - - cpp/ + - cpp/** CMake: - **/CMakeLists.txt - - **/cmake/ + - **/cmake/** cuDF (Java): - - java/ + - java/** Ops: - - .github/ - - /ci/ - - conda/ + - .github/** + - /ci/** + - conda/** - **/Dockerfile - **/.dockerignore - - docker/ + - docker/**