Skip to content

Send Pull request notifications to your Google Hangouts Chat room

Notifications You must be signed in to change notification settings

Mirage20/hangouts-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hangouts Chat Action

Send Pull request notifications to your Google Hangouts Chat room

Usage

Build and Push with your Hangouts Chats Webhook Url

export GOOGLE_HANGOUTS_WEBHOOK_URL=<webhook-url>
DOCKER_REPO=<your-repo> ./build.sh

Workflow notify.yaml

name: Notify Pull Request
on: [pull_request]
jobs:
  hangouts:
    name: Hangouts
    runs-on: ubuntu-18.04
    steps:
      - name: Send Message
        uses: docker://<your-repo>/hangouts-action:latest
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          # Name of this action. This is used to ignore the self check
          SELF_ACTION_NAME: Hangouts
          # Pull requests marked with this label are ignored when sending notifications
          SKIP_NOTIFY_LABEL: work-in-progress

About

Send Pull request notifications to your Google Hangouts Chat room

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages