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