in reply to [OT] github: testing PRs

I think what you'd do if you've already got an existing perl5 clone is you probably can just add the other person's repo as a remote (git remote add xenu https://github.com/xenu/perl5.git); otherwise just clone their perl5 into a new working copy. Once you've done that you should be able to do something like git checkout xenu/mingw-org and it'll set you up a local tracking branch for that.

The cake is a lie.
The cake is a lie.
The cake is a lie.

Replies are listed 'Best First'.
Re^2: [OT] github: testing PRs
by syphilis (Archbishop) on May 11, 2021 at 06:12 UTC
    otherwise just clone their perl5 into a new working copy

    Doh, I expected that alone to be sufficient - but, I see it's not. I also have to checkout the xenu/mingw-org branch.

    How did you determine that the xenu/mingw-org branch was the appropriate one ?
    Is there something in the PR itself that identifies that branch ?

    Thanks for the reply !

    Cheers,
    Rob

      top of the pull req says "xenu wants to merge 4 commits into Perl:blead from xenu:xenu/mingw-org"

      The cake is a lie.
      The cake is a lie.
      The cake is a lie.

        xenu wants to merge 4 commits into Perl:blead from xenu:xenu/mingw-org

        Excellent.
        Thanks again.

        Cheers,
        Rob