From b75c5557bd1d597d198bdb8e55a99fee28dd814e Mon Sep 17 00:00:00 2001 From: John McBride Date: Tue, 9 Feb 2021 16:03:29 +0000 Subject: [PATCH] Glob for all completions --- .github/labeler.yml | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index 64e9b2262..7862af620 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -4,10 +4,7 @@ # changes to the core lib package "area/lib": ./*.go -# changes to the zsh completion +# changes to the shell completion "area/*sh completion": - - ./zsh_* - - ./shell_* - - ./powershell_* - - ./bash_* + - ./*completions*