jacktn/Repo File Sync Action For Large GitHub Tree
GitHub Action to Sync Files like Workflows Between Repositories.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| SOURCE | source owner | yes | — |
| DEST | dest owner | yes | — |
| FILE_PATH | dest FILE_PATH | yes | — |
| GITHUB_TOKEN | GitHub Personal Access Token to use to get repos and write secrets | yes | — |
| COMMIT_BODY | Commit message body. Will be appended to commit message, separated by two line returns. Defaults to '' | no | — |
| COMMIT_PREFIX | Prefix for commit message and pull request title. Defaults to 🔄 | no | — |
| CREATE_TREE_LIMIT | When create tree failed by large trees to build, try to down this limit | no | — |
| COMMIT_MESSAGE | Use this commit message instead of the default from commit data. Defaults to '' | no | — |
| PR_LABELS | Labels which will be added to the pull request. Defaults to sync. Set to false to turn off | no | — |
| PR_BODY | Additional content to add in the PR description. Defaults to '' | no | — |
| ASSIGNEES | Users to assign to the pull request. Defaults to none | no | — |
| REVIEWERS | Users to request a review of the pull request from. Defaults to none | no | — |
| TEAM_REVIEWERS | Teams to request a review of the pull request from. Defaults to none | no | — |
| BRANCH_PREFIX | Specify a different prefix for the new branch in the target repo. Defaults to repo-sync/SOURCE_REPO_NAME | no | — |
Outputs
no outputs