remal-github-actions/Synchronize with template repository
Synchronize repository with template repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| configFile | Path to config file | yes | .github/sync-with-template.yml |
| filesToDeleteFile | Path to a file with a list of files to delete | no | .github/sync-with-template-delete.list |
| localTransformationsFile | Path to local transformations file | yes | .github/sync-with-template-local-transformations.yml |
| githubToken | GitHub access token with at least 'public_repo' and 'workflow' scopes (use 'repo' scope instead of 'public_repo' for private repositories) | yes | — |
| templateRepository | Template repository full name (owner/repo). GitHub template repository information is used by default. | no | — |
| syncBranchName | Git branch name that is used for synchronization with template repository | yes | template-sync |
| conventionalCommits | Set to 'true' to enable using Conventional Commits | yes | false |
| commitMessage | Commit message | yes | Template repository changes: <template-repository> |
| dryRun | Set to 'true' to disable Git push | yes | false |
| duplicatePrDetection | Set to 'false' to disable duplicate closed PR detection | no | true |
| duplicatePrThreshold | Number of previous closed PRs with matching diff required to trigger a failed check | no | 2 |
Outputs
no outputs