From 1d07a6dd4e74b11de1aead17203b02bf455e7c4b Mon Sep 17 00:00:00 2001 From: James Harris Date: Thu, 20 Feb 2020 23:32:22 +0000 Subject: [PATCH] chore: fix labeler routes for PRs --- .github/labeler.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 97d3020..99511a1 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -1,9 +1,9 @@ "Status: Review Needed": - - Comanche055/**/* - - Luminary099/**/* + - Comanche055/*.* + - Luminary099/*.* "Type: Proof": - - Comanche055/**/* - - Luminary099/**/* + - Comanche055/*.* + - Luminary099/*.* "Type: Meta": - README.* - CONTRIBUTING.*