Categorize, label or organize GitHub pull requests?

Viewed 2535

Is there a way to organize pull requests on GitHub? For a big project with lots of contributors and pull requests, it seems like it would be invaluable for admins to at least be able to label pull requests. I would think this would be possible somewhere on the site but I'm not seeing it. I do see Issue labels though.

3 Answers

Shameless self-promotion here, but I've uploaded a Greasemonkey script that adds support for label management directly on pull requests, just like with issues: http://userscripts.org/scripts/show/185095

It continues to mystify me that GitHub doesn't support this anyways. It was very easy to add to the page and didn't contribute a great deal more clutter.

Related