A GitHub Action to automatically generate PR requests from upstream repositories regardless of the fork network.
Lineage is configured using .github/lineage.yml
in a repository. Each
upstream repository is listed in the lineage
section.
Key | Description | Required |
---|---|---|
local-branch | The branch that will receive new changes. | No |
remote-url | The https URL of the upstream repository. |
Yes |
remote-branch | The branch in the upstream repository. | No |
Below is an example configuration that defines two upstream repositories. The
skeleton
repository specifies both the source and destination branches, while
the extra-sauce
repository uses the default branches for both repositories.
---
version: "1"
lineage:
skeleton:
local-branch: develop
remote-url: https://github.com/cisagov/skeleton-generic.git
remote-branch: develop
extra-sauce:
remote-url: https://github.com/felddy/extra-skel-sauce.git
We welcome contributions! Please see CONTRIBUTING.md
for
details.
This project is in the worldwide public domain.
This project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the CC0 1.0 Universal public domain dedication.
All contributions to this project will be released under the CC0 dedication. By submitting a pull request, you are agreeing to comply with this waiver of copyright interest.