From 3cc8bfa3b13e0ffe1d02a0add41d2a8ed14a02ae Mon Sep 17 00:00:00 2001 From: John Calabrese Date: Wed, 1 Apr 2020 12:14:38 -0400 Subject: [PATCH] Create labeler.yml --- .github/labeler.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 00000000..edd86da3 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,8 @@ +# changes to documentation +"area/documentation": doc/**/* + +# changes to the core lib package +"area/lib": ./*.go + +# changes to the zsh completion +"area/*sh completion": ./zsh*