kingdonb / flux-pr-review

Googlify the output of sshaw/export-pull-requests, make it simple to start a PR/Issue Crush

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ARCHIVED

Forked from: kingdon-ci/flux-pr-review - the maintenance can continue in the org. This fork is frozen and archived. This repo does not work anymore.

Flux Bug Scrub

For details about the Bug Scrub prep and how to run make (what to do before/around/after that) visit BUGSCRUB.md

make pr.csv

pr.csv is the default make target, run make

Also, make clean

Credentials

There is usually a file .env.local which contains the following secret data:

GITHUB_TOKEN=ghp_123456999XXXFAKETOKEN999123456778889

You may also find the token in a git config like this:

[epr]
	token = ghp_123456999XXXFAKETOKEN999123456778889
[remote "origin"]
	url = git@github.com:kingdon-ci/flux-pr-review.git

The sshaw/export-pull-requests repo, which is a dependency of this app, provides a reference on where epr can be expected to look for your GITHUB_TOKEN. (epr will not look in the GITHUB_TOKEN environment variable, even if you exported it.)

About

Googlify the output of sshaw/export-pull-requests, make it simple to start a PR/Issue Crush


Languages

Language:Ruby 66.1%Language:Shell 20.6%Language:Dockerfile 8.4%Language:Makefile 4.9%