From 96e3158702dd5be960ad43b1b11e02bd05504b15 Mon Sep 17 00:00:00 2001 From: xchapter7x Date: Wed, 1 Apr 2020 15:18:18 -0400 Subject: [PATCH] add all shell completions to labeler any changes to and autocomplete for any shell will now be auto labelled as impacting the autocompletion functionality --- .github/labeler.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/labeler.yml b/.github/labeler.yml index edd86da3..a4982bf3 100644 --- a/.github/labeler.yml +++ b/.github/labeler.yml @@ -5,4 +5,8 @@ "area/lib": ./*.go # changes to the zsh completion -"area/*sh completion": ./zsh* +"area/*sh completion": + - ./zsh_* + - ./shell_* + - ./powershell_* + - ./bash_*