Skip to content

新規対局ダイアログを作成(ダイアログ中身は未実装) #15

新規対局ダイアログを作成(ダイアログ中身は未実装)

新規対局ダイアログを作成(ダイアログ中身は未実装) #15

Workflow file for this run

name: 'GitHub Notification'
on:
pull_request:
branches: [ main ]
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Send Discord notification
uses: stegzilla/discord-notify@v2
with:
webhook_url: ${{ secrets.DISCORD_WEBHOOK_URL }}
title: GitHub Notification
message: "**${{ github.event.pull_request.title }}**\n**Creator:** ${{ github.event.pull_request.user.login }}\n${{ github.event.pull_request.html_url }}"
avatar_url: https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png
username: GitHub Notifier