Anish Shah added the comment:

Description about this issue:-

GitHub provides webhooks to subscribe to events on GitHub.com. These events 
include - creating a new PR, adding a comment on PR, etc. If one of this event 
is triggered, it sends an HTTP POST request with JSON data of that particular 
event to the configured URL in webhooks settings.

For eg, whenever a new PR is created on GitHub, it will send an HTTP POST 
request on http://bugs.python.org/add_pull_request. The payload contains 
information like id, title, body, commits of PR.

If the title or the body of PR contains string like "Fixes bpoNNN", then we 
link the PR id to issueNNN on bpo

_______________________________________________________
PSF Meta Tracker <metatrac...@psf.upfronthosting.co.za>
<http://psf.upfronthosting.co.za/roundup/meta/issue589>
_______________________________________________________
_______________________________________________
Tracker-discuss mailing list
Tracker-discuss@python.org
https://mail.python.org/mailman/listinfo/tracker-discuss
Code of Conduct: https://www.python.org/psf/codeofconduct/

Reply via email to