Skip to content

Is it possible to programmatically sync a fork? #1626

@tiagomlalves

Description

@tiagomlalves

I'm looking into a programatically way to sync a fork using GitHub Java API. Is this supported?

I'm using GitHub Java API to automate a PR that we need to do as part of release process. Some of the PRs are done in public/open-source repositories where one needs to create a fork (or sync that fork if it already exists), makes changes in the fork, and then open a PR to the original project.

I've implemented this automation using the REST API but I would be interested in doing it with GitHub Java API if possible to use a single style for all my repo automations.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions