mirror of
https://github.com/deepset-ai/haystack.git
synced 2026-01-01 01:27:28 +00:00
22 lines
287 B
YAML
22 lines
287 B
YAML
# Proposals
|
|
proposal:
|
|
- proposals/text/*
|
|
|
|
# Topics
|
|
topic:tests:
|
|
- test/**/*
|
|
- test/*
|
|
topic:docker:
|
|
- docker/*
|
|
topic:CI:
|
|
- .github/*
|
|
- .github/**/*
|
|
topic:DX:
|
|
- CONTRIBUTING.md
|
|
- .pre-commit-config.yaml
|
|
- .gitignore
|
|
topic:build/distribution:
|
|
- pyproject.toml
|
|
topic:security:
|
|
- SECURITY.md
|