Skip to content

Commit

Permalink
add labeler configuration (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
masci authored Oct 11, 2023
1 parent 61c1a5c commit f341982
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f341982

Please sign in to comment.