Files
OpenBB/.github/labeler.yml
Luqman 34312d236a Auto Labelling for OpenBB Excel Docs Changes (#5998)
* Update pull request labels

* Update labeler.yml with new label for Excel files

---------

Co-authored-by: Igor Radovanovic <74266147+IgorWounds@users.noreply.github.com>
2024-01-26 21:21:11 +00:00

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/.*"