Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[Autofic] Security Patch 2025-06-29#3

[Autofic] Security Patch 2025-06-29

[Autofic] Security Patch 2025-06-29 #3

Workflow file for this run

name:PR Notifier
on:
pull_request:
types:[opened, reopened, closed]
jobs:
notify:
runs-on:ubuntu-latest
steps:
-name:Notify Discord
env:
DISCORD_WEBHOOK_URL:${{ secrets.DISCORD_WEBHOOK_URL }}
run:|
curl -H "Content-Type: application/json" -d '{"content": "🔔 Pull Request [${{ github.event.pull_request.title }}](${{ github.event.pull_request.html_url }}) by ${{ github.event.pull_request.user.login }} - ${{ github.event.action }}"}' $DISCORD_WEBHOOK_URL
-name:Notify Slack
env:
SLACK_WEBHOOK_URL:${{ secrets.SLACK_WEBHOOK_URL }}
run:|
curl -H "Content-Type: application/json" -d '{"text": ":bell: Pull Request <${{ github.event.pull_request.html_url }}|${{ github.event.pull_request.title }}> by ${{ github.event.pull_request.user.login }} - ${{ github.event.action }}"}' $SLACK_WEBHOOK_URL

[8]ページ先頭

©2009-2025 Movatter.jp