tibdex/Sync branches

Automatically merge a repository branch into other branches to keep them in sync.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
body_templateLodash template for the syncing PR's body. The data properties are: - base: syncing PR's base branch - head: branch to merge into `base`. Sync `<%= base %>` with `<%= head %>`.
branches_patternBranches matching this `minimatch` pattern will be synced with the branch from which this action is run. If empty, all the protected branches will be synced. ""
github_tokenToken for the GitHub API.${{ github.token }}
head_templateLodash template for the syncing PR's head branch. The data properties are: - base: syncing PR's base branch - head: branch to merge into `base`. sync-<%= base %>-with-<%= head %>
labels_templateLodash template compiling to a JSON array of labels to add to the syncing PR. The data properties are: - base: syncing PR's base branch - head: branch to merge into `base`. []
title_templateLodash template for the syncing PR's title. The data properties are: - base: syncing PR's base branch - head: branch to merge into `base`. Sync `<%= base %>` with `<%= head %>`
namedescription
created_pull_requestsA JSON stringified object mapping the base branch of the created pull requests to their number.