wktk/conflibot

Warn in advance when merging a pull request will cause conflicts in other open pull requests.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub API token with permission to write check runs (usually secrets.GITHUB_TOKEN)yes
excludePaths to exclude from conflict detection, as newline-separated glob patterns
fail-on-conflictWhen potential conflicts are found, set the check conclusion to failure and fail this step, instead of reporting a neutral checkfalse
max-retriesHow many times to poll for the test merge commit before giving up5
retry-intervalSeconds to wait between test merge commit polls1
namedescription
conflictsPotential conflicts as a JSON array of {number, headRef, headSha, files} objects; empty array when none