patacoing/push-sync-template

Push updates from a template repository to repositories that have been created from it.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
organizationGitHub organization name.yes
template_repository_nameTemplate repository name.yes
commit_messageCommit message for the sync operation. If not provided, a default message will be used. You can use the following variables in the message: - `${template_repository_name}`: Name of the template repository - `${branch_name}`: Name of the branch being created - `${latest_template_commit}`: Latest commit hash of the template repositoryno
branch_nameBranch name for the sync operation. If not provided, a default branch name will be generated based on the latest commit of the template repository. You can use the following variables in the branch name: - `${template_repository_name}`: Name of the template repository - `${latest_template_commit}`: Latest commit hash of the template repositoryno
pr_titlePull request title. If not provided, a default title will be used. You can use the following variables in the title: - `${template_repository_name}`: Name of the template repository - `${branch_name}`: Name of the branch being createdno
pr_bodyPull request body. If not provided, a default body will be used. You can use the following variables in the body: - `${template_repository_name}`: Name of the template repository - `${branch_name}`: Name of the branch being created - `${latest_template_commit}`: Latest commit hash of the template repositoryno
default_reviewersDefault reviewers for the pull request. Specify GitHub usernames separated by commas. Please note that you can't assign the user of the PAT used to run the action as a reviewer.no
request_review_from_copilotRequest review from GitHub Copilot. Set to true to enable Copilot review requests.no
github_patGitHub Personal Access Token (PAT) with: - `repo` scope for private repositories, - `workflow` scope for workflow dispatch, - `admin:org` scope for organization access.yes

no outputs