Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/mention-to-slack.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# file-path: /.github/mention-to-slack.yml

# githubNickName : "slack-ID"
EunKangChoi-Dyphi: "U04KKJFGJQP"
22 changes: 22 additions & 0 deletions .github/workflows/slack-test-1.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# file-path: /.github/workflows/slack-alarm-webhook.yml

name: "슬랙 웹훅 테스c1"

on:
pull_request:
types: [opened] # PR 등록시, slack에 자동 알림
pull_request_review:
types: [submitted]
pull_request_review_comment:
types: [created, edited]

jobs:
mention_notification:
name: Mention Notification
runs-on: ubuntu-latest
steps:
- uses: Laurenfrost/mention-to-slack@latest
with:
configuration-path: .github/mention-to-slack.yml
repo-token: ${{ secrets.GH_TOKEN }}
slack-webhook-url: ${{ secrets.DABIN_TEST1 }}
Loading