You're viewing an older version of this GitHub Action. Do you want to see the latest version instead?
GitHub Action
conflibot
v0.0.0
Post a warning if a Pull Request will conflict with another Pull Request when they get merged.
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 }}