thiagokokada/Merge upstream action
Merge in changes from upstream using GitHub API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| branch | Branch to merge upstream changes | yes | — |
| repo | Repository to be updated (in '<owner>/<repo>' format) | yes | ${{ github.repository }} |
| token | GitHub token to use | yes | ${{ github.token }} |
Outputs
| name | description |
|---|---|
| message | Response message of the API |
| merge-type | Type of merge applied |
| base-branch | Branch used as base for update |