conflibot
ActionsCheck and warn if a Pull Request will conflict with another Pull Request when they get merged
v1.2.0
LatestBy wktk
Tags
(2)Check and warn if a Pull Request will conflict with another Pull Request when they get merged.
name: conflibot
on: pull_request_target
jobs:
conflibot:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Warn potential conflicts
uses: wktk/conflibot@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
exclude: |
yarn.lock
**/*.bin
github-token
required: GitHub API token with write access to the repoexclude
: Ignored path patterns in newline-separated glob format
conflibot is not certified by GitHub. It is provided by a third-party and is governed by separate terms of service, privacy policy, and support documentation.