[FIX] Green 색상 컬러 변경 #288
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Slack Alarm Webhook | |
on: | |
pull_request: | |
types: [opened] | |
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.SLACK_WEBHOOK_URL }} |