Skip to content

lukejacksonn/chattery

Use this GitHub Action with your project

Add this Action to an existing workflow or create a new one.

View on Marketplace
master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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