|
@@ -40,9 +40,3 @@ jobs:
|
|
uses: joseph-montanez/forward-event-action@v3.0.0
|
|
uses: joseph-montanez/forward-event-action@v3.0.0
|
|
with:
|
|
with:
|
|
webhook: ${{ secrets.Discord_CasaOS_Bug_Webhook }}
|
|
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 }}
|
|
|