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*