Reputation: 91193
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.
Upvotes: 10
Views: 3551
Reputation: 1324693
Note (April 2014): in the blog post "L is for Labels", GitHub announce the possibility to easily edit a label on existing issue with the l hotkey:
That would apply to pull request as well, in its conversation tab.
Upvotes: 4
Reputation: 3609
There actually is a way to label pull requests but you have to do it from the issues view. Here's the steps:
Not sure why they don't provide a way to label the pull requests the same as issues but this workaround gets the job done.
Update: 2/7/2014
GitHub now supports managing labels directly on pull requests. See their blog post for more information.
Upvotes: 21
Reputation: 23306
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.
Upvotes: 2