[Webkit-unassigned] [Bug 239329] New: [GitHub] `git-webkit pr` says my current branch is "not a pull request branch"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 14 05:05:57 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=239329

            Bug ID: 239329
           Summary: [GitHub] `git-webkit pr` says my current branch is
                    "not a pull request branch"
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: graouts at webkit.org

I've been working on a bug and created a local branch "macos-preview-cleanup" off main using `git checkout -b macos-preview-cleanup` which I then pushed to my fork. My remotes are listed as such:

fork    git at github.com:graouts/WebKit.git (fetch)
fork    git at github.com:graouts/WebKit.git (push)
graouts git at github.com:graouts/WebKit.git (fetch)
graouts git at github.com:graouts/WebKit.git (push)
origin  git at github.com:WebKit/WebKit.git (fetch)
origin  git at github.com:WebKit/WebKit.git (push)

So my branch is set to track "graouts/macos-preview-cleanup"

I created my ChangeLog prior to starting the PR process using `prepare-ChangeLog -o --merge-base main -b XXXXXX`. Then I ran the following and things didn't work:

OpenSource > git-webkit pr
'macos-preview-cleanup' is not a pull request branch, enter name of new branch (or bug URL): ^C
User interrupted program

I would have expected that my branch which is already pushed to a remote should be able to be used as-is for a pull request.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220414/07ec919a/attachment.htm>


More information about the webkit-unassigned mailing list