Skip to content
You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
git-pull-request

GitHub Action

conflibot

v0.0.0

conflibot

git-pull-request

conflibot

Check and warn if a Pull Request will conflict with another Pull Request when they get merged

Installation

Copy and paste the following snippet into your .yml file.

              

- name: conflibot

uses: wktk/conflibot@v0.0.0

Learn more about this action in wktk/conflibot

Choose a version

conflibot

⚠️ Development in progress -- interfaces and behavior may change until v1 gets released.

Post a warning if a Pull Request will conflict with another Pull Request when they get merged.

Configuration

name: conflibot
on: pull_request

jobs:
  conflibot:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/checkout@v2
      - name: Post conflict warnings
        uses: wktk/conflibot@master
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}