Skip to content

[Feat/#112] role 컴포넌트 제작 #165

[Feat/#112] role 컴포넌트 제작

[Feat/#112] role 컴포넌트 제작 #165

Workflow file for this run

name: Slack Alarm Webhook
on:
pull_request:
types: [opened]
pull_request_review:
types: [submitted]
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.GITHUB_TOKEN }}
slack-webhook-url: ${{ secrets.SLACK_WEBHOOK_URL }}