You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to handle these updates in an easy fashion? I tried finding something in documentation but couldn't.
Please let me know how.
The text was updated successfully, but these errors were encountered:
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 to handle these updates in an easy fashion? I tried finding something in documentation but couldn't.Please let me know how.
The text was updated successfully, but these errors were encountered: