my-pull-requests

Showcase your Open Source Contributions (pull requests).

201
25
201
Vue
public

Showcase your Open Source Contributions 🤍

Create a website with an RSS feed of your recent GitHub pull requests across the Open Source projects you contribute to.

atinux-pull-requests

Demo: https://prs.atinux.com

Deploy with Vercel

Features

  • List the 50 most recent pull requests you’ve contributed to.
  • RSS feed
  • Only add your GitHub token to get started

Setup

Make sure to install the dependencies with pnpm:

pnpm install

Copy the .env.example file to .env and fill in your GitHub token:

cp .env.example .env

Create a GitHub token with no special scope on GitHub and set it in the .env file:

NUXT_GITHUB_TOKEN=<TOKEN>

If you want to customize the number of displayed PRs (Default: 50):

PR_COUNT=<NUMBER>

If you want to hide private repos:

HIDE_PRIVATE_REPOS=<BOOLEAN>

If you want to exclude specifics orgs:

EXCLUDE_ORGS=<COMMA_SEPERATED_LIST>

If you want to exclude specifics repos:

EXCLUDE_ORGS=<COMMA_SEPERATED_LIST>

Development Server

Start the development server on http://localhost:3000:

pnpm dev

Production

Build the application for production:

pnpm build

Credits

This project is inspired by Anthony Fu’s releases.antfu.me project.

License

MIT

v0.3.3[beta]