summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuqman <luqazino@gmail.com>2024-03-11 17:23:21 +0100
committerGitHub <noreply@github.com>2024-03-11 16:23:21 +0000
commita8f554309d967d5c4a54c825b54326c923b51ff6 (patch)
treefcdd86cec88041d5d6ac8698dd734aec60b1d811
parent27a711ba461c8a632feb10efc71b35baddb49bd2 (diff)
Add labels for `breaking_changes` tag (#6184)
* Add labels for breaking changes*** ***Update release-drafter configuration * Update release-drafter.yml to include emoji for OpenBB Platform Breaking Changes
-rw-r--r--.github/labeler.yml6
-rw-r--r--.github/release-drafter.yml3
2 files changed, 8 insertions, 1 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index c785bb7c01e..d48d518f4fc 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -23,4 +23,8 @@ labels:
- label: "excel"
files:
- - "website/content/excel/.*" \ No newline at end of file
+ - "website/content/excel/.*"
+
+ - label: "breaking_change"
+ files:
+ - "openbb_platform/core/openbb_core/provider/standard_models/.*"
diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml
index 296b6e15ba7..eab4af1c80a 100644
--- a/.github/release-drafter.yml
+++ b/.github/release-drafter.yml
@@ -8,6 +8,9 @@ categories:
- title: 🐛 OpenBB Platform Bug Fixes
labels:
- 'bug'
+ - title: 🚨 OpenBB Platform Breaking Changes
+ labels:
+ - 'breaking_change'
- title: 📚 OpenBB Documentation Changes
labels:
- 'docs'