lee-lott-actions/Auto Merge Branch
A GitHub Action to automatically merge two branches using the GitHub REST API
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jun 9, 2026
- License
- None
Pinned Snippet
uses: lee-lott-actions/auto-merge-branch@1e25501a8dc8dbd9dda21d55f72eb2c66befb473 # v1.1.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-name | The name of the repository | yes | — |
| org-name | The name of the GitHub organization | yes | — |
| source-branch | The branch you want to merge from (head) | yes | — |
| target-branch | The branch you want to merge into (base) | yes | — |
| token | GitHub token with access to pull requests | yes | — |
Outputs
| name | description |
|---|---|
| result | Result of the attempt to update the Pull Request Status ("success" or "failure") |