mirror of
https://github.com/OpenBB-finance/OpenBB.git
synced 2026-05-06 22:12:12 +08:00
* Update pull request labels * Update labeler.yml with new label for Excel files --------- Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
23 lines
357 B
YAML
Vendored
23 lines
357 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: "docs"
|
|
branch: "^docs/.*"
|
|
|
|
- label: "excel"
|
|
files:
|
|
- "website/content/excel/.*" |