victorede/Sync branches

GitHub Action to, upon successful merge, open a pull request to sync the updated branch back to one or more other branches.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
Runtime
Deprecated runtime
namedescriptionrequireddefault
GITHUB_TOKENUser token to be associated with this pull request.yes
FROM_BRANCHBranch from make pull-request fromyes
TO_BRANCHBranch to make the pull-request againstyes
PULL_REQUEST_TITLEWhat you would like as the title of the pull request. Default: 'sync: {FROM_BRANCH} to {TO_BRANCH}'no
PULL_REQUEST_BODYWhat you would like in the body of the pull request. Default: 'New code has just landed in {fromBranch} so let's bring {toBranch} up to speed!'no
PULL_REQUEST_IS_DRAFTSet to 'true' for the pull request to be opened as a draft. Default: 'false'no
CONTENT_COMPARISONSet to 'true' to force checking content comparison between the branches. Default: 'false'no
REVIEWERSJSON array of GitHub user `login`s that will be requested to review the PR. Example: '['tretuna']'no[]
TEAM_REVIEWERSJSON array of GitHub team `slug`s that will be requested to review the PR. Example: '['js-team']'no[]
LABELSJSON array of label names that will be added to the PR. Example: '['sync']'no[]
PULL_REQUEST_AUTO_MERGE_METHODSet a merge method for auto merging. Options: 'merge', 'squash', 'rebase'nofalse
namedescription
PULL_REQUEST_URLURL for either the generated pull request or the currently open one
PULL_REQUEST_NUMBERPull request number from generated pull request or the currently open one