Anish Shah added the comment:

> There's still a problem that multiple calls to the same bug will create
multiple links to the same PR.
> Example: create issue1 and invoke curl -H "X-GitHub-Event: pull_request"
-H "content-type: application/json" -H "X-Hub-Signature:
sha1=2c74c307193b7276fef7b1776956da2288034e5b" -d
@test/data/pullrequestevent.txt localhost:9999/python-dev/pull_request
> several times, you'll get that many
https://github.com/AnishShah/cpython/pull/11 urls as you invoked the curl.
>

I think, It's because I removed "url_exist" check according to your
previous review.
But, since these requests are triggered by GitHub, there will be only one
request for "opened" action.

_______________________________________________________
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