Skip to content

Commit

Permalink
Create reviewpr.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ADandyGuyInSpace authored Feb 7, 2025
1 parent 0f5368d commit 1f39579
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/reviewpr.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: PR Review

on:
workflow_dispatch:
pull_request:

permissions:
pull-requests: write
contents: write
actions: write

jobs:
review:
runs-on: ["self-hosted", "telnyx-2xsmall"]

steps:
- name: PR Review
uses: team-telnyx/reviewpr-internal@main
with:
telnyx_api_key: ${{ secrets.TELNYXAI_TOKEN }}
anthropic_api_key: ${{ secrets.ANTHROPIC_API_KEY }}
openai_api_key: ${{ secrets.OPENAI_API_KEY }}

0 comments on commit 1f39579

Please sign in to comment.