DEV Community

Karthikeyan
Karthikeyan

Posted on

2 1

PR Summary using Open AI and Github actions

What I built

PR Summary is a GitHub Action that generates a summary of a pull request (PR) and adds it as a comment to the PR. The summary includes the PR title, description, and a generated summary of the changes made in the PR.

Category Submission:

Maintainers Must-Have: Make the lives of Open Source maintainers easier.

App Link

https://github.com/skarthikeyan96/PR-Summary

How to use the action



name: PR summary
on:
pull_request:
types:
- "opened"

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@v2
- name: Use Node
uses: actions/setup-node@v2
with:
node-version: '16.x'
- name: Install deps
run: npm install
- name: Run PR summary action
uses: skarthikeyan96/typescript-custom-action@0.0.1
with:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Enter fullscreen mode Exit fullscreen mode




Screenshots

description

Permissive License

MIT

Image of Timescale

🚀 pgai Vectorizer: SQLAlchemy and LiteLLM Make Vector Search Simple

We built pgai Vectorizer to simplify embedding management for AI applications—without needing a separate database or complex infrastructure. Since launch, developers have created over 3,000 vectorizers on Timescale Cloud, with many more self-hosted.

Read more →

Top comments (0)

AWS Security LIVE!

Tune in for AWS Security LIVE!

Join AWS Security LIVE! for expert insights and actionable tips to protect your organization and keep security teams prepared.

Learn More