Skip to content

⬆ Update pytest requirement from <9.0.0,>=4.4.0 to >=4.4.0,<10.0.0 (#… #294

⬆ Update pytest requirement from <9.0.0,>=4.4.0 to >=4.4.0,<10.0.0 (#…

⬆ Update pytest requirement from <9.0.0,>=4.4.0 to >=4.4.0,<10.0.0 (#… #294

name: "Conflict detector"
on:
push:
pull_request_target:
types: [synchronize]
jobs:
main:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: Check if PRs have merge conflicts
uses: eps1lon/actions-label-merge-conflict@v3
with:
dirtyLabel: "conflicts"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has a merge conflict that needs to be resolved."