Skip to content

Telnyx PR Reviewer

Actions
A GitHub Action to review pull requests using Telnyx AI
v0.0.2
Latest
Verified creator
Star (4)

Tags

 (1)

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Getting Started

To get started visit Telnyx Inference documentation

How to add it to my project?

  1. Add a secret for actions on your github repository with your Telnyx Api Key at TELNYX_API_KEY
  2. Create the following file on your repository .github/workflows/review_pr.yml
name: PR Review

on:
  pull_request:
    types: [opened, synchronize, reopened]

permissions:
  pull-requests: write

jobs:
  review:
    runs-on: ubuntu-latest

    steps:
      - name: PR Review
        uses: team-telnyx/reviewpr@main
        with:
          telnyx_api_key: ${{ secrets.TELNYX_API_KEY }}
          model_name: 'meta-llama/Meta-Llama-3.1-8B-Instruct'
          custom_message: 'Optional: Your custom review prompt here'

The model_name and custom_message are optional.

If you don't provide a custom_message, the action will use a default review prompt.

And done! The next time a PR is opened, it will be automatically reviewed by Telnyx Inference.

Telnyx PR Reviewer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.

About

A GitHub Action to review pull requests using Telnyx AI
v0.0.2
Latest

Verified

GitHub has manually verified the creator of the action as an official partner organization. For more info see About badges in GitHub Marketplace.

Tags

 (1)

Telnyx PR Reviewer is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.