mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-09-17 17:15:16 +00:00
Update push_events_to_discord.yml
This commit is contained in:
parent
aefa68d8f8
commit
091be6d12e
2
.github/workflows/push_events_to_discord.yml
vendored
2
.github/workflows/push_events_to_discord.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}
|
webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}
|
||||||
|
|
||||||
- name: Alpha Issues & Comments
|
- name: Alpha Issues & Comments
|
||||||
if: ${{ ( github.event_name == 'issues' || github.event_name == 'issue_comment' ) && contains(!github.event.issue.labels.*.name, 'alpha') }}
|
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
|
uses: joseph-montanez/forward-event-action@v3.0.0
|
||||||
with:
|
with:
|
||||||
webhook: ${{ secrets.Discord_CasaOS_Alpha_Webhook }}
|
webhook: ${{ secrets.Discord_CasaOS_Alpha_Webhook }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user