Skip to content

google-chat-github-notification

Actions
Google Chat Notification for GitHub Actions
v2
Latest
Star (12)

Tags

 (2)

google-chat-notification status

Success Cancelled Failure

Usage

Add notify.yml to .github/workflows/

.github/workflows/notify.yml

name: notify
on:
  pull_request:
    types: [opened, reopened, closed]
  pull_request_review_comment:
    types: [created]
jobs:
  notify:
    runs-on: ubuntu-latest
    steps:
    - name: Google Chat Notification
      uses: CommonMarvel/google-chat-notification@v2
      with:
        url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}

Update action runner

$ pnpm build
$ pnpm pack

google-chat-github-notification is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

Google Chat Notification for GitHub Actions
v2
Latest

Tags

 (2)

google-chat-github-notification is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.