From c615af4ddbd9a140b3e3e8a20aa8b1432a26e665 Mon Sep 17 00:00:00 2001 From: John Guan Date: Tue, 5 Dec 2023 15:53:52 +0800 Subject: [PATCH] Update push_events_to_discord.yml remove alpha webhook Signed-off-by: John Guan --- .github/workflows/push_events_to_discord.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/push_events_to_discord.yml b/.github/workflows/push_events_to_discord.yml index 971b64d..79548c3 100644 --- a/.github/workflows/push_events_to_discord.yml +++ b/.github/workflows/push_events_to_discord.yml @@ -40,9 +40,3 @@ jobs: uses: joseph-montanez/forward-event-action@v3.0.0 with: webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }} - - - name: Alpha Issues & Comments - if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(github.event.issue.labels.*.name, 'alpha') }} - uses: joseph-montanez/forward-event-action@v3.0.0 - with: - webhook: ${{ secrets.Discord_CasaOS_Alpha_Webhook }}