Skip to content
message-square

GitHub Action

chattery

v1.0.0 Pre-release

chattery

message-square

chattery

Creates on demand chatrooms for pull requests

Installation

Copy and paste the following snippet into your .yml file.

              

- name: chattery

uses: lukejacksonn/chattery@v1.0.0

Learn more about this action in lukejacksonn/chattery
Choose a version

Chattery

A GitHub action that creates chatrooms for pull requests

This action takes advantage of talky.io to generate on demand chatrooms with video, audio and screen sharing support. This makes it easier for distributed teams to collaborate face-to-face in real time rather than waiting on comments or having to schedule in person code reviews.

image

Features

  • 💻 Audio, video, text and screen sharing capable chatrooms
  • 🔐 Peer-to-peer WebRTC connection between clients
  • 📦 No plugins or browser extensions required
  • 🛒 Install from the GitHub Marketplace
  • 💸 Unlimited chat rooms for free

Usage

  • Requires the GITHUB_TOKEN secret.

Sample workflow

name: PR
on: pull_request
jobs:
  chattery:
    name: chattery
    runs-on: ubuntu-latest
    steps:
      - name: post comment
        uses: lukejacksonn/chattery@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}