red-hat-data-services/Sync Upstream-Downstream
Syncs and merges provided downstream repo with the upstream repos. Fork of https://github.com/dabreadman/sync-upstream-repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| upstream_repo | URL of upstream gitHub repo | yes | — |
| upstream_branch | Branch to merge from upstream (defaults to downstream branch) | no | main |
| downstream_repo | URL of downstream gitHub repo | no | GITHUB_REPOSITORY |
| downstream_branch | Branch to merge into downstream | no | "" |
| token | GitHub Bot token | yes | — |
| fetch_args | Git fetch arguments | no | "" |
| merge_args | Git merge arguments | no | "" |
| push_args | Git push arguments | no | "" |
| push_tags | Push tags from upstream repos downstream (use refspec, such as "refs/tags/*") | no | "" |
| spawn_logs | Toggle to spawn `sync-upstream-repo` with time logs | yes | false |
| ignore_files | Comma separated list of globbing paths which needs to be ignored while merge | no | "" |
Outputs
no outputs