From f34198293faedfae397182f6a705103d16d08e45 Mon Sep 17 00:00:00 2001 From: Massimiliano Pippi Date: Wed, 11 Oct 2023 10:06:29 +0200 Subject: [PATCH] add labeler configuration (#39) --- .github/labeler.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/labeler.yml diff --git a/.github/labeler.yml b/.github/labeler.yml new file mode 100644 index 000000000..3da20f2c1 --- /dev/null +++ b/.github/labeler.yml @@ -0,0 +1,14 @@ +# Integrations +integration:instructor-embedders: +- components/instructor-embedders/**/* +# Topics +topic:CI: +- .github/* +- .github/**/* +topic:DX: +- CONTRIBUTING.md +- .pre-commit-config.yaml +- .gitignore +- requirements.txt +topic:security: +- SECURITY.md