From da8b91e59fc425c7b13adbfa98ea424f231c8586 Mon Sep 17 00:00:00 2001 From: Uwais Alqadri Date: Thu, 26 Dec 2024 13:44:48 +0700 Subject: [PATCH] chore: setup google chat --- .github/workflows/chat-pull-request.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .github/workflows/chat-pull-request.yml diff --git a/.github/workflows/chat-pull-request.yml b/.github/workflows/chat-pull-request.yml new file mode 100644 index 0000000..3bc0b56 --- /dev/null +++ b/.github/workflows/chat-pull-request.yml @@ -0,0 +1,11 @@ +name: chat-pull-request +on: + pull_request: + types: [opened, reopened, ready_for_review] +jobs: + chat: + runs-on: ubuntu-latest + steps: + - uses: delivery-much/actions-chat@v1 + with: + url: ${{ secrets.GOOGLE_CHAT_PULL_REQUEST_WEBHOOK_URL }}