mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* Remove website/ directory * Remove GitHub pages deployment workflow * Update documentation related content * Cannot do this now * Update actions url
28 lines
471 B
YAML
Vendored
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/.*"
|