justice3120 / danger-conflict_checker

This is plugin for Danger that warn about the conflict between PRs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

danger-conflict_checker

Check whether Pull Request with the same destination conflicts and warn.

Exmple Pull Request message

Installation

$ gem install danger-conflict_checker

Usage

methods

Get information about the conflict between PRs.

check_results = conflict_checker.check_conflict

Warn in PR comment about the conflict between PRs.

conflict_checker.check_conflict_and_comment

About

This is plugin for Danger that warn about the conflict between PRs.

License:MIT License


Languages

Language:Ruby 100.0%