Skip to content

soarsmu/Auto-PR-Title

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto-PR-Title-Generator

Prerequisite:

  1. Clone the project at <path_to_directory>
  2. Download model from https://smu-my.sharepoint.com/:u:/g/personal/ivanairsan_smu_edu_sg/EYRCeoG9NyFFr2j6356ZZJQBKZtrmt1LamLHG4kFlYVuZQ?e=BMcnur
  3. Put the unzipped model folder under <path_to_directory>/Auto-PR-Title

The structure is supposed to look like this:

image

Usage

  1. Build the image:

    docker build -t auto-pr-title .

  2. Start a container:

    docker run --name <container_name> -p 8080:8080 -v <path_to_directory>/Auto-PR-Title:/app -itd auto-pr-title

  3. The web app can be accessed at localhost:8080

App Flow

  1. Create a new pull request from Pull Request tab

image

image

  1. Copy the comparing branch URL, and then paste it to AutoPRTitle web app

image

image

  1. Fill in issues and desciption details (if any)

  2. Click Generate PR Title button

  3. You'll get the result in a few seconds

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published