Files
OpenBB/.github/labeler.yml
montezdesousa fcce1ea20a Move documentation to openbb-docs (#6539)
* Remove website/ directory

* Remove GitHub pages deployment workflow

* Update documentation related content

* Cannot do this now

* Update actions url
2024-06-24 15:02:10 +01:00

28 lines
471 B
YAML
Vendored

version: 2
appendOnly: true
labels:
- label: "platform"
files:
- "openbb_platform/.*"
- label: "v4"
files:
- "openbb_platform/.*"
- label: "enhancement"
branch: "^feature/.*"
- label: "bug"
branch: "^hotfix/.*"
- label: "bug"
branch: "^bugfix/.*"
- label: "excel"
files:
- "website/content/excel/.*"
- label: "breaking_change"
files:
- "openbb_platform/core/openbb_core/provider/standard_models/.*"