diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 0000000..fa918ed --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,11 @@ +# Automatically label based on file paths +bug: + - "src/**/*.js" + - "*.html" + +documentation: + - "docs/**" + - "*.md" + +enhancement: + - "features/**"