HERA-Team / hera-validation

Archive of formal software pipeline validation tests
http://hera.pbworks.com/w/page/130621356/Validation
0 stars 3 forks source link

Make a Project Plan table automatically from issues #43

Closed steven-murray closed 5 years ago

steven-murray commented 5 years ago

This PR adds a script to create a concise project plan table automatically from issues and PRs. It can be run semi-regularly to create the Plan table for talks etc., and our own perusal. However, it will be more useful generally to view the open tasks through the Projects view.

Addresses #34

steven-murray commented 5 years ago

I would also like to be able to auto-import the file... but I don't think you can. Anyway, it exists in the top-level directory.

jaguirre commented 5 years ago

OK, I clearly did not have my environment set up properly. I think pygithub may not be standard, so we should specify you need it. Also, I'd not previously set up .personal-github-token, so I mya have done that wrong.

I get an error on the line repo = g.get_repo("HERA-Team/hera-validation") so I don't know how generic that path might be, or whether I set the token wrong.

But I can't get make_project_table.py to run.

mkolopanis commented 5 years ago

hera-validation is a public repo now right? does this still require the credentials?

steven-murray commented 5 years ago

I did try without credentials and it errored for me.

jaguirre commented 5 years ago

Eh, I'm an idiot. My token had a trailing \n apparently due to the way I created the file.

It runs. Looks awesome.

Add a note somewhere about pygithub and making the token, and I think it's good to go.

Sorry for the delay.