From 7a9b008cc5c925e4e65883e860ab71c4580f5a1a Mon Sep 17 00:00:00 2001 From: Brian Dussault Date: Tue, 25 Feb 2025 11:39:14 -0500 Subject: [PATCH] Update feature-launcher.yml --- .github/workflows/feature-launcher.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/feature-launcher.yml b/.github/workflows/feature-launcher.yml index 1cb45a19..f9b9910d 100644 --- a/.github/workflows/feature-launcher.yml +++ b/.github/workflows/feature-launcher.yml @@ -4,7 +4,7 @@ on: types: [labeled] jobs: notify-discord: - if: github.event.label.name == 'feature-release' + if: github.event.label.name == 'feature-spotlight' runs-on: ubuntu-latest steps: - name: Send Feature Release Notification to Discord