freeCodeCampGuam / FCCG-Cogs

3 stars 4 forks source link

GitHub Cog basic functionality #6

Open centipeda opened 7 years ago

centipeda commented 7 years ago

Cog should be able to be "assigned" certain GitHub repositories, which will then check periodically (issue #3), and also automatically check if an issue is linked in the Discord chat (issue #4)

centipeda commented 7 years ago

Will probably rebase last five or so commits into one at some point.

addrepo simply verifies that a repository is valid by attempting to retrieve it from GitHub, then adds it to a list.

lsrepo prettifies the current list of assigned repos.

centipeda commented 7 years ago

Considering closing this issue, as basic management of assigned repositories has been implemented. Is there still any missing functionality?