> [GitPython](https://github.com/gitpython-developers/GitPython) is a python library used to interact with git repositories, high-level like git-porcelain, or low ...
I want to track new commits, issues, pull requests, etc of some (at least mine) github repository. So is there a decorator like @repo.on_new_commit() or @repo.on_new_issue() or is there some other way ...