Skip to content

Feature/di signup view #74

Feature/di signup view

Feature/di signup view #74

Workflow file for this run

name: 'New PR Notification'
on:
pull_request:
types: [opened, reopened]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Discord notification
uses: stegzilla/discord-notify@v2
with:
webhook_url: https://discord.com/api/webhooks/1279764424533610537/ebmxzQxzmoekP7d3UIo6q9e8RuwQKIZMm497Txy12oVvtEdehMedh4jcdH7uZmVbyqtw
title: New PR opened
message: "**${{ github.event.pull_request.title }}**\n**Creator:** ${{ github.event.pull_request.user.login }}\n${{ github.event.pull_request.html_url }}"
include_image: true
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: GitHub PR Notifier