codytseng/Auto Comment Merge Conflict
Github Action to automatically add a comment (and a label) to alert developers when there are merge conflicts
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | GitHub token | yes | — |
| comment-body | Comment body | no | Merge Conflict |
| wait-ms | Milliseconds between retries | no | 3000 |
| max-retries | The number of retries when a PR mergeable status is unknown | no | 5 |
| label-name | Label name | no | — |
| ignore-authors | Ignore some author's PR | no | — |
Outputs
| name | description |
|---|---|
| new-conflicting-prs | List of all new conflicting PRs (json string) |
| new-mergeable-prs | List of all new mergeable PRs (json string) |