Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 1.08 KB

README.md

File metadata and controls

36 lines (24 loc) · 1.08 KB

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 = [email protected]: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.)