Just curious if anybody has integrated the ERPNext Support module and GitHub issues tracking. It seems like it would be a natural fit since the Frappe team uses GitHub for issue tracking, and I presume they use ERPNext to run the Frappe business.
If there is no integration, do you have any ideas on the best way to make one?
Check this app. It has doctype called Improvement which is created/updated using hook events. It syncs Github PRs.
If you can create github webhook that pushes data on creation/update of github issue, write whitelisted function in your custom app to pick up data and update Issue doctype.