> GitHub's API has hooks/events for comments on issues & PRs to where it would > be possible to integrate WebKit's GitHub mirror with Bugzilla so that all > comments on PRs could post back to the related Bugzilla bug. Some > convention would be necessary in the PR title or description to figure out > which bug # it relates to, and a little work would be necessary to write out > the comment into Bugzilla with some code for context (by taking the diff > that's sitting on GitHub).
Found the API: http://developer.github.com/v3/pulls/comments/ (in case someone interested in building the cross-ref/integration with Bugzilla). -- Ariya Hidayat, http://ariya.ofilabs.com _______________________________________________ webkit-dev mailing list [email protected] http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev

