Hi Mike, On 01/31/20 21:19, Laszlo Ersek wrote: > On 01/31/20 18:28, Kinney, Michael D wrote: >> Hi Laszlo, >> >> It can be done with the WebUI. There is a picture on >> this page that shows setting the 'push' label before >> selecting 'Create Pull Request' >> >> https://github.com/tianocore/tianocore.github.io/wiki/EDK-II-Development-Process > > Aha, found it: > > https://raw.githubusercontent.com/wiki/tianocore/tianocore.github.io/images/CreateGitHubPullRequest2.png > > Many thanks, I'll use it in the future! the label in question is not there for me. I've just pushed a new topic branch, for the purposes of PR / merging. After running the git-push command locally, I opened the URL in my browser that github.com's remote git daemon printed to my terminal, in response to my git-push command: > Enumerating objects: 103, done. > Counting objects: 100% (103/103), done. > Delta compression using up to 4 threads > Compressing objects: 100% (76/76), done. > Writing objects: 100% (76/76), 15.62 KiB | 3.91 MiB/s, done. > Total 76 (delta 64), reused 0 (delta 0) > remote: Resolving deltas: 100% (64/64), completed with 24 local objects. > remote: > remote: Create a pull request for 'smram_at_default_smbase_bz_1512_wave_1_v2_pull' on GitHub by visiting: > remote: https://github.com/lersek/edk2/pull/new/smram_at_default_smbase_bz_1512_wave_1_v2_pull > remote: > To github.com:lersek/edk2.git > * [new branch] smram_at_default_smbase_bz_1512_wave_1_v2_pull -> smram_at_default_smbase_bz_1512_wave_1_v2_pull Please see the attachment (screenshot) of what I found under that link. (I even used the browser's "in-page search" function, to locate the word "label"; it was not there.) Thanks! Laszlo