lucasruy/Sync Branch Action
Action to update branches automatically.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| GITHUB_TOKEN | User token to be associated with this pull request. | yes | — |
| SOURCE_BRANCH | Branch where you implemented your new code. | yes | — |
| DESTINATION_BRANCH | Branch you want to send your new code. | yes | — |
| PULL_REQUEST_TITLE | Standard title for your update pull request. Default is: "update: {FROM_BRANCH} to {TO_BRANCH}" | no | — |
| PULL_REQUEST_BODY | Content with description for your automated pull. Default is: "This is an automatic PullRequest to keep {BASE_BRANCH} up to date with {FROM_BRANCH}!" | no | — |
| PULL_REQUEST_LABEL | Pull Request label. Default is: "" | no | — |
Outputs
| name | description |
|---|---|
| PULL_REQUEST_URL | The url of the generated pull request. |