Skip to content

Commit

Permalink
Create push_events_to_discord.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnGuan authored Aug 8, 2022
1 parent 8cd18c3 commit d2e0695
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/push_events_to_discord.yml
Original file line number Diff line number Diff line change
@@ -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/[email protected]
with:
webhook: ${{ secrets.Discord_CasaOS_App_Request_Webhook }}

0 comments on commit d2e0695

Please sign in to comment.