From 6e26c6c7d36e0a2ff6ce4a522e2bd49fda0b9489 Mon Sep 17 00:00:00 2001 From: Aaron Craelius Date: Mon, 14 Jun 2021 20:08:39 -0400 Subject: [PATCH] Remove Docs label from auto-label action (#9517) --- .github/labeler.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 04a3f87dd4..65310f6f15 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -50,8 +50,5 @@ "C:CLI": - client/**/* - x/*/client/**/* -"Type: Docs": - - docs/**/* - - x/*/spec/**/* "Type: ADR": - - docs/architecture/**/* + - docs/architecture/**/*