dracco1993 / GitHubUtils

Just some GitHub utility things I found personally useful... Feel free to open an issue or PR and I'll check it out. ¯\_(ツ)_/¯
MIT License
1 stars 6 forks source link

Make the colorization work on org all pulls page #36

Closed mileszs closed 5 years ago

mileszs commented 5 years ago

Refer to Issue #28. You can get to a page for all pull requests in an organization, but GitHubUtils didn't handle the different URL scheme and the different HTML/IDs. This PR, while perhaps not the cleanest code you've ever seen, resolves the issue. I'm using it locally. :-)

dracco1993 commented 5 years ago

I feel bad that this has sat here for this long, but after just checking things out locally, everything appears to be working for me as well. 👍

mileszs commented 5 years ago

No sweat! Maintaining libraries is hard. :-)