From 942f9988a02c739efb4791c7c5a4ba81333e369c Mon Sep 17 00:00:00 2001 From: Joshua Rose Date: Thu, 25 May 2023 14:16:54 +1000 Subject: [PATCH] fix: Update labeler.yml --- .github/labeler.yml | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 70139af..adb44b1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,15 +1,6 @@ CI: -- .github/* -- .github/*/* + - .github/* + - .github/*/* tests: -- tests/* - -documentation: - - *.md - -configuration: - - *.sh - -dependencies: - - requirements.txt + - ./tests/*