Crates.io | pr-summary |
lib.rs | pr-summary |
version | 0.1.0 |
source | src |
created_at | 2024-06-19 14:00:01.6331 |
updated_at | 2024-06-19 14:00:01.6331 |
description | Generates a markdown table that summarizes PRs |
homepage | |
repository | https://github.com/sdbondi/pr-summary |
max_upload_size | |
id | 1276893 |
size | 67,438 |
A quick-and-dirty tool to generate a markdown table that summarizes the status (conflicts, CI, review state) of PRs
PR | Author | Mergeable | Review state |
---|---|---|---|
#912 🔴 | sdbondi | No | Needs review |
#911 🔴 | sdbondi | No | Needs review |
#893 🔴 | mrx | Conflicts | Approved by sdbondi |
#895 🟢 | x | Conflicts | Dismissed |
Setup these permissions
Set GITHUB_TOKEN
to your personal token, or pass in --token github_xxxx
on the command line
Usage: pr-summary --owner <OWNER> --repo <REPO> --personal-token <PERSONAL_TOKEN>
Options:
-o, --owner <OWNER>
-r, --repo <REPO>
-t, --personal-token <PERSONAL_TOKEN> [env: GITHUB_TOKEN]
-h, --help Print help