You've already forked CasaOS
mirror of
https://github.com/IceWhaleTech/CasaOS.git
synced 2025-07-12 23:50:14 +02:00
Create push_events_to_discord.yml
This commit is contained in:
16
.github/workflows/push_events_to_discord.yml
vendored
Normal file
16
.github/workflows/push_events_to_discord.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Push Events to Discord
|
||||
|
||||
on:
|
||||
issues:
|
||||
types:
|
||||
- opened
|
||||
|
||||
jobs:
|
||||
push-events:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: App Request Events
|
||||
if: ${{ github.event_name == 'issues' && github.event.action == 'opened' && contains(github.event.issue.labels.*.name, 'App Request')}}
|
||||
uses: joseph-montanez/forward-event-action@v3.0.0
|
||||
with:
|
||||
webhook: ${{ secrets.Discord_CasaOS_App_Request_Webhook }}
|
Reference in New Issue
Block a user