diff --git a/.github/workflows/mention-to-slack.yml b/.github/workflows/mention-to-slack.yml new file mode 100644 index 00000000..29fc0d08 --- /dev/null +++ b/.github/workflows/mention-to-slack.yml @@ -0,0 +1,4 @@ +# file-path: /.github/mention-to-slack.yml + +# githubNickName : "slack-ID" +EunKangChoi-Dyphi: "U04KKJFGJQP" \ No newline at end of file diff --git a/.github/workflows/slack-test-1.yml b/.github/workflows/slack-test-1.yml new file mode 100644 index 00000000..6c0c323f --- /dev/null +++ b/.github/workflows/slack-test-1.yml @@ -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 }} \ No newline at end of file