Skip to content

Slack Alarm Webhook #602

Slack Alarm Webhook

Slack Alarm Webhook #602

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 }}