From fe949f2d365ad41164e1ec5cac9b56994aaffe08 Mon Sep 17 00:00:00 2001 From: james Date: Thu, 2 Feb 2023 11:08:37 -0500 Subject: [PATCH] Update labels and release drafter --- .github/release-drafter.yml | 18 ++++++++++++++++++ .github/workflows/labels.yml | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/.github/release-drafter.yml b/.github/release-drafter.yml index 9967fc49cf16..27c0c25eba93 100644 --- a/.github/release-drafter.yml +++ b/.github/release-drafter.yml @@ -1,10 +1,28 @@ name-template: 'OpenBB Terminal v$NEXT_MINOR_VERSION' tag-template: 'v$NEXT_MINOR_VERSION' +exclude-contributors: + - 'jmaslek' + - 'DidierRLopes' + - 'JerBouma' + - 'deeleeramone' + - 'hjoaquim' + - 'jose-donato' + - 'luqman-bello' + - 'martinb-bb' + - 'montezdesousa' + - 'tehcoderer' + - 'Chavithra' + - 'colin99d' + - 'northern-64bit' + - 'piiq' + - 'andrewkenreich' template: | ## Thank you and welcome to our new contributors 🔥 $CONTRIBUTORS + ## What's new 🎉 + ## What's changed 🚀 $CHANGES diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index e4db6dd6d638..1f2f3f186b81 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -10,7 +10,7 @@ jobs: with: mode: minimum count: 1 - labels: "guides, bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests, discord, dependencies, notebookreports, dashboards, analytics, portfolio, installer, SDK, HACKTOBERFEST, " + labels: "guides, bug, build, do not merge, docker, docs, duplicate, enhancement, feat XS, feat S, feat M, feat L, feat XL, help wanted, refactor, tests, discord, dependencies, notebookreports, dashboards, analytics, portfolio, installer, SDK, release " - uses: mheap/github-action-required-labels@v1 with: mode: exactly