summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuqman <luqazino@gmail.com>2024-01-26 22:21:11 +0100
committerGitHub <noreply@github.com>2024-01-26 21:21:11 +0000
commit34312d236a54fc7212063cbb8fcbeb2c69d50b58 (patch)
treea139f5cc1818579586ea84b5e7d2c4667a4fb760
parent94ea6d8105984dda762828bbc79ac69fbae46e58 (diff)
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>
-rw-r--r--.github/labeler.yml14
-rw-r--r--.github/workflows/labels-PR.yml2
2 files changed, 5 insertions, 11 deletions
diff --git a/.github/labeler.yml b/.github/labeler.yml
index 2056804f97e..b0008ca1a2e 100644
--- a/.github/labeler.yml
+++ b/.github/labeler.yml
@@ -9,16 +9,6 @@ labels:
files:
- "openbb_platform/.*"
- - label: "bug"
- branch: "^hotfix/.*"
- files:
- - "openbb_platform/.*"
-
- - label: "platform"
- branch: "^hotfix/.*"
- files:
- - "openbb_platform/.*"
-
- label: "enhancement"
branch: "^feature/.*"
@@ -27,3 +17,7 @@ labels:
- label: "docs"
branch: "^docs/.*"
+
+ - label: "excel"
+ files:
+ - "website/content/excel/.*" \ No newline at end of file
diff --git a/.github/workflows/labels-PR.yml b/.github/workflows/labels-PR.yml
index 1fa662115bc..1e37659592f 100644
--- a/.github/workflows/labels-PR.yml
+++ b/.github/workflows/labels-PR.yml
@@ -1,4 +1,4 @@
-name: 💡 Pull Request Labels
+name: Pull Request Labels
on:
pull_request: