devr-tools/Devr Merger
Analyze a pull request diff, classify mutations, and assign a merge lane with Devr Merger
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| base-ref | Base branch, ref, or immutable commit SHA to diff against (scans `git diff <base-ref>...HEAD`; use merge_group.base_sha for GitHub Merge Queue) | no | main |
| config | Path to a merger config file or directory (default: auto-discover) | no | "" |
| repo-root | Repository root for content lookups and relative paths | no | . |
| format | Output format (text or json) | no | text |
| fail-on-lane | Fail the workflow when the assigned lane is at or above this lane (GREEN|YELLOW|RED|BLACK). Empty means report only. | no | "" |
| version | Devr Merger version to install | no | latest |
Outputs
| name | description |
|---|---|
| lane | Assigned merge lane (GREEN, YELLOW, RED, or BLACK) |
| risk-score | Aggregate risk score from 0 to 100 |
| change-packet-id | Identifier of the generated Change Packet |