epages-de/Sync Branches
GitHub Action to sync GitHub branch with the changes from another branch.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base | Base branch | yes | — |
| head | Head branch | — | ${{ github.event.repository.default_branch }} |
| title | Pull request title | — | — |
| body | Pull request body | — | — |
| labels | Labels to add to the pull request | — | — |
| admin | Use administrator privileges to merge a pull request that does not meet requirements | — | — |
| auto | Automatically merge only after necessary requirements are met | — | — |
| delete_branch | Delete the local and remote branch after merge | — | — |
| merge | Merge method (merge, squash, rebase) if | — | false |
| github_token | GitHub token | — | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| pull_request_url | Pull Request URL |