Skip to content

Commit

Permalink
Discord Integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vertexclique authored Dec 27, 2019
1 parent aab2c00 commit c0f555c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/discord.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Discord Notification

on: [pull_request, pull_request_review, pull_request_review_comment, commit_comment, issues, milestone]

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Discord Notification
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
uses: Ilshidur/action-discord@master

0 comments on commit c0f555c

Please sign in to comment.