Skip to content

salmon-21/google-chat-notification

 
 

Repository files navigation

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/[email protected]
      with:
        url: ${{ secrets.GOOGLE_CHAT_WEBHOOK }}

About

Sends a Google Chat notification.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.5%
  • JavaScript 0.5%