Files
BMAD-METHOD/.github/workflows/discord.yaml
Brian Madison dd2b4ed5ac discord PR spam
2025-08-08 20:07:32 -05:00

16 lines
531 B
YAML

name: Discord Notification
on: [push, pull_request, workflow_dispatch, release, create, delete, issue_comment, fork, watch, pull_request_review, pull_request_review_comment, repository_dispatch]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Notify Discord
uses: sarisia/actions-status-discord@v1
if: always()
with:
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
title: "Triggered by ${{ github.event_name }}"
color: 0x5865F2