5

Is it possible to register an event hook on a public repository not owned by me using the github API? In other words, is there a way to listen to repo updates without asking the owner to add a hook linking to my app?

akonsu
  • 28,824
  • 33
  • 119
  • 194

1 Answers1

6

It is not possible to subscribe to events of a repository you do not own (using PSHB), or create hooks for such repos. Something like this has been "requested" on SO before (e.g. here How to create a post-service hook on a public github repository?) so it may be a good idea to mention this to GitHub as a feature request (just send it to support@github.com).

Community
  • 1
  • 1
Ivan Zuzak
  • 18,068
  • 3
  • 69
  • 61