mcomella / apt_github_improvements

A browser extension to add features to GitHub for the Android Product Team (APT) at Mozilla
Mozilla Public License 2.0
3 stars 0 forks source link

Add linked PRs to Issues list #37

Open jonalmeida opened 5 years ago

jonalmeida commented 5 years ago

On the Issues page (https://github.com/issues) you cansee created and assigned ones. It would be nice to also see the PRs that are linked to those if possible.

mcomella commented 5 years ago

This should be possible: we store a mapping from repo/issue-num -> PR num so we can re-use the same code (and UI code?) there.