From ebaf2a2aec7a34ff7c4870f62c85cd4c59236f33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=84=80=E1=85=B5=E1=86=B7=E1=84=83=E1=85=A1=E1=84=87?= =?UTF-8?q?=E1=85=B5=E1=86=AB=5BS=20Android=20Tech=5D?= <> Date: Tue, 30 Jun 2026 15:46:42 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20yml=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/mention-to-slack.yml | 4 ++++ .github/workflows/slack-test-1.yml | 22 ++++++++++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 .github/workflows/mention-to-slack.yml create mode 100644 .github/workflows/slack-test-1.yml 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