alileza/Merge GitHub PRs
Merge multiple GitHub PRs concurrently with watch mode monitoring
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| pr_urls | PR URLs to merge (comma, space, or newline separated) | yes | — |
| github_token | GitHub token with repo permissions | yes | — |
| timeout | Maximum time to wait for merges (e.g., "5m", "30s", "1h") | no | 10m |
| concurrency | Number of concurrent merge attempts | no | 100 |
Outputs
| name | description |
|---|---|
| merged-count | Number of PRs successfully merged |
| failed-count | Number of PRs that failed to merge |
| summary | Summary of merge results |