actions-marketplace-validations/Label Merge Conflicts
Label pull requests with merge conflicts and subtle git-blob merge changes beyond those flagged by GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub token or secret personal access token | yes | — |
| conflict_label_name | The name of the label which should be used to marked PRs with conflicts | yes | — |
| conflict_comment | When present, a comment will be created on the pull request when the conflict label is added | no | :wave: Hi, @${author}, I detected conflicts against the base branch :speak_no_evil: You'll want to sync :arrows_counterclockwise: your branch with upstream! *** This message is automatically generated by [prince-chrismc/label-merge-conflicts-action](https://github.com/prince-chrismc/label-merge-conflicts-action) so don't hesitate to report issues/improvements there. |
| detect_merge_changes | check that the merge commit is an exact match to the branch and report changes as conflicts | no | false |
| max_retries | number of times to retry on a failed mergable check | no | 5 |
| wait_ms | milliseconds between retries | no | 5000 |
Outputs
no outputs