wktk/conflibot
Warn in advance when merging a pull request will cause conflicts in other open pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub API token with permission to write check runs (usually secrets.GITHUB_TOKEN) | yes | — |
| exclude | Paths to exclude from conflict detection, as newline-separated glob patterns | — | — |
| fail-on-conflict | When potential conflicts are found, set the check conclusion to failure and fail this step, instead of reporting a neutral check | — | false |
| max-retries | How many times to poll for the test merge commit before giving up | — | 5 |
| retry-interval | Seconds to wait between test merge commit polls | — | 1 |
Outputs
| name | description |
|---|---|
| conflicts | Potential conflicts as a JSON array of {number, headRef, headSha, files} objects; empty array when none |