<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">
I'm not sure if you'd be able to get everything you want here or not, but Hub (<a href="https://hub.github.com" class="">https://hub.github.com</a>) might help you script up finding all PRs with a certain tag (with `hub issue`) and `git am` (with Hub additions
 to be able to `am` a URL) them into your current branch.
<div class="">
<div class=""><br class="">
</div>
<div class="">I know Jeff is a big fan of Hub, so I don't know if he's infected this group yet or not. :)</div>
<div class=""><br class="">
</div>
<div class="">
<div class="">Thanks,</div>
<div class="">Wesley</div>
<div><br class="">
<blockquote type="cite" class="">
<div class="">On Nov 28, 2017, at 12:14 PM, Hefty, Sean <<a href="mailto:sean.hefty@intel.com" class="">sean.hefty@intel.com</a>> wrote:</div>
<br class="Apple-interchange-newline">
<div class=""><span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">The
 problem is that the label is a github gui thingy.  There's no easy way to get from the label to the commit, so that it can be cherry-picked. (At least that I know of.)  Github doesn't have a nice cherry-pick utility, so git needs to be used directly.  Scanning
 labels off a web page, matching them with a commit id, re-typing that into an stg pick command is a lot more work than having a script scan for labels embedded within the commit message.</span><br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<br style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class="">
<span style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; float: none; display: inline !important;" class="">I'm
 not going for perfect here, just better.</span></div>
</blockquote>
</div>
<br class="">
</div>
</div>
</body>
</html>