sy1v4in/Synchronize staging branch
Reset the staging branch with the main branch merging some branches identified by a specific label.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| repository | The repository name in Github owner/repository. e.g: TheMenu/monrepo | — | ${{ github.repository }} |
| source-branch | The branch name used as base branch to synchronize the target one. | — | main |
| target-branch | The branch name used as target. | — | staging |
| label | The PR label that is used to find branch to merge in the target one. | — | in-staging |
| user-name | The user name used to push the branch. | — | github-actions[bot] |
| user-email | The user email used to push the branch. | — | github-actions[bot]@users.noreply.github.com |
Outputs
no outputs