Skip to content

Commit acb56eb

Browse files
committed
Merge branch 'v5' of https://github.com/OpenBB-finance/OpenBB into feature/v5-remove-wsj
2 parents 0e99f3f + 5d376a4 commit acb56eb

3 files changed

Lines changed: 1 addition & 37 deletions

File tree

.github/labeler.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The second job, `markdown-link-check`, runs on an Ubuntu machine and performs li
8282

8383
## 🏷️ Pull Request Labels
8484

85-
Automatic labelling of pull requests.
85+
Validate that pull requests do not include the `do not merge` label.
8686

8787
## 🚉 Integration test Platform (API)
8888

.github/workflows/gh-pr-labels.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -11,18 +11,9 @@ jobs:
1111
contents: read
1212
pull-requests: write
1313
steps:
14-
# - uses: mheap/github-action-required-labels@v5
15-
# with:
16-
# mode: minimum
17-
# count: 1
18-
# labels: "guides, bug, build, docker, docs, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests, dependencies, release"
1914
- uses: mheap/github-action-required-labels@0ac283b4e65c1fb28ce6079dea5546ceca98ccbe # v5
2015
with:
2116
mode: exactly
2217
count: 0
2318
labels: "do not merge"
2419

25-
- name: 🏷️ Label OpenBB Platform PRs
26-
uses: srvaroa/labeler@e8fbb2561481ef6e711a770f0234e9379dc76892 # master
27-
env:
28-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)