Skip to content

Merge branch 'fix/wi-966-action-mutation-pipeline' #823

Merge branch 'fix/wi-966-action-mutation-pipeline'

Merge branch 'fix/wi-966-action-mutation-pipeline' #823

name: Merge Conflict Detection
on:
push:
branches: [main]
pull_request_target:
types: [synchronize]
permissions:
contents: read
pull-requests: write
jobs:
detect-conflicts:
name: Detect Merge Conflicts
runs-on: ubuntu-latest
steps:
- name: Check for merge conflicts
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3
with:
dirtyLabel: "conflict"
repoToken: ${{ secrets.GITHUB_TOKEN }}
commentOnDirty: "This PR has merge conflicts that need to be resolved before it can be merged. Please rebase on the latest `main` branch."
commentOnClean: "Merge conflicts have been resolved."