Skip to content

Error in github_pr_destination: <organization_url> is not a valid GitHub url #213

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ITEFARMAT opened this issue Sep 23, 2022 · 1 comment

Comments

@ITEFARMAT
Copy link

Hi, when i want use CopyBara with pull request with below config

core.workflow(
    name = "default",
    origin = git.origin(
        url = sourceUrl,
        ref = "master",
    ),
    destination = git.github_pr_destination(
        url = destinationUrl,
        destination_ref = "master",
        pr_branch = "from_public_repo",
        title = "pr from external public repo",
        body = "this is a sample pull request",
        integrates = [],
    ),
    destination_files = glob(["external/**"]),
    authoring = authoring.pass_thru("Copybara <[email protected]>"),
    transformations = [
        core.move("", "external"),
    ],

I recived below info:

image

Could you please help?

@ITEFARMAT ITEFARMAT reopened this Sep 23, 2022
@junlong-gao
Copy link

This is probably related to #134

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants