spacetelescope / jirahub

A package for syncing JIRA tickets and Github issues
http://jirahub.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
14 stars 8 forks source link

githubquery out of date #23

Open kjbrooks opened 4 years ago

kjbrooks commented 4 years ago

In PyGithub, the use of key, username, and password is moving towards deprecation. The user can now pass a token (https://github.com/settings/tokens) instead of the username. The current work around is to give the token for your project as the "user" variable, but this should at least be reflected in the docstring for jirahub.githubquery.GithubQuery().

stscijgbot commented 4 years ago

Tracked on JIRA as issue SCSB-25.