From 094c8c8a2979aa46d38a5fc1322cfd02ef8d1f9e Mon Sep 17 00:00:00 2001 From: Jono Sosulska <42216911+jsosulska@users.noreply.github.com> Date: Tue, 27 Oct 2020 10:24:05 -0400 Subject: [PATCH] Remove auto-docs-cherrypick and update UI label (#9047) * Remove auto-docs-cherrypick and update UI regex --- .github/issue-labeler.yml | 2 +- .github/pr-labeler.yml | 4 +--- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/issue-labeler.yml b/.github/issue-labeler.yml index 541108ccb4..09667688e4 100644 --- a/.github/issue-labeler.yml +++ b/.github/issue-labeler.yml @@ -70,7 +70,7 @@ theme/testing: theme/tls: - '(mtls|mTLS|tls|TLS)' theme/ui: - - '(browser|chrome|firefox|IE|ie|Chrome)' + - '(browser|chrome|firefox|IE|Chrome)' theme/windows: - '(windows|Windows|Microsoft|microsoft)' # thinking: diff --git a/.github/pr-labeler.yml b/.github/pr-labeler.yml index 38459f9783..ebebcb0909 100644 --- a/.github/pr-labeler.yml +++ b/.github/pr-labeler.yml @@ -52,7 +52,7 @@ theme/testing: theme/tls: - tlsutil/**/* theme/ui: - - ui-v2/**/* + - ui/**/* # theme/windows: # thinking: # type/bug: @@ -61,5 +61,3 @@ type/ci: # type/crash: type/docs: - website/**/* -type/docs-cherrypick: - - website/**/* \ No newline at end of file