chattery icon indicating copy to clipboard operation
chattery copied to clipboard

A GitHub action that creates chatrooms for pull requests

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 }}