Skip to content

[TNT-000] QA ๋ฐ˜์˜ #52

[TNT-000] QA ๋ฐ˜์˜

[TNT-000] QA ๋ฐ˜์˜ #52

Workflow file for this run

name: Opened PR Notification
on:
pull_request:
types:
- opened
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Send notification
uses: Ilshidur/[email protected]
env:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }}
DISCORD_USERNAME: ์™€ํ”Œ๊ณฐ BOT
DISCORD_AVATAR: https://github.com/user-attachments/assets/4f1d10bc-f782-42ef-af63-fba0f51907c5
DISCORD_EMBEDS: |
[
{
"author": {
"name": "${{ github.event.pull_request.user.login }}",
"url": "https://github.com/user-attachments/assets/2e1aadea-149e-4bef-ab67-1c6c6b8c21cd",
"icon_url": "${{ github.event.pull_request.user.avatar_url }}"
},
"title": "์‹ ๊ทœ PR์ด ๋“ฑ๋ก๋˜์—ˆ์Šต๋‹ˆ๋ ! 24์‹œ๊ฐ„๋‚ด๋กœ ๋ฆฌ๋ทฐํ•ด์ฃผ์„ธ์š”! ๐Ÿฅณ\n#${{ github.event.pull_request.number }} : ${{ github.event.pull_request.title }}",
"color": 10478271,
"description": "${{ github.event.pull_request.html_url }}",
"fields": [
{
"name": "Base Branch",
"value": "${{ github.base_ref }}",
"inline": true
},
{
"name": "Compare Branch",
"value": "${{ github.head_ref }}",
"inline": true
}
]
}
]