Closed steven-murray closed 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.
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.
hera-validation is a public repo now right? does this still require the credentials?
I did try without credentials and it errored for me.
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.
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