Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Idrinth/conflibot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

conflibot

Check and warn 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@v3
      - name: Warn potential conflicts
        uses: wktk/conflibot@v1
        with:
          github-token: ${{ secrets.GITHUB_TOKEN }}
          exclude: |
            yarn.lock
            **/*.bin

Inputs

  • github-token required: GitHub API token with write access to the repo
  • exclude: Ignored path patterns in newline-separated glob format

Screenshots

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 100.0%