beam-community/actions-sync

Sync GitHub repositories via templates and scripts

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
commit-branchThe branch to commit changes to. Falls back to config file value if not specified.nogha/actions-sync
config-filePath to the configuration file relative to the repository root. Defaults to .github/actions-sync.yml no.github/actions-sync.yml
commit-messageThe commit message to use when committing changesnochore: sync files
commit-user-emailThe email address to use when committing changesno41898282+github-actions[bot]@users.noreply.github.com
commit-user-nameThe name to use when committing changesnogithub-actions[bot]
pathRelative path under $GITHUB_WORKSPACE where the repository to be synced is locatedno
pr-bodyThe body of the pull request to createno
pr-enabledWhether to create a pull request on changesnotrue
pr-labelsThe labels to apply to the newly created pull requestno
pr-review-usersUsers to assign to review the newly created pull requestno
pr-titleThe title of the pull request to createnochore: sync files
pr-tokenGitHub token used for creating the pull requestno
sync-authHTTP auth url string for cloning the sync repositoryno
sync-branchThe repository branch to sync fromno
sync-repositoryThe repository to sync fromyes
sync-treeThe repository branch or sha to sync fromnomain
ignore-filesNewline-separated list of file paths to ignore during sync. Paths are relative to the templates directory. Falls back to config file value if not specified. no
namedescription
pull_request_urlThe URL of the pull request that was created, if any