Skip to content

Bump datatables.net-dt from 1.11.5 to 1.13.8 in /components #74

Bump datatables.net-dt from 1.11.5 to 1.13.8 in /components

Bump datatables.net-dt from 1.11.5 to 1.13.8 in /components #74

name: "Detect Merge Conflicts"
on:
workflow_dispatch:
push:
branch:
- dev
- master
- release/*
pull_request_target:
types: [synchronize]
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: check if prs are conflicted
uses: eps1lon/actions-label-merge-conflict@releases/2.x
with:
dirtyLabel: "conflicts-detected"
repoToken: "${{ secrets.GITHUB_TOKEN }}"
commentOnDirty: "This pull request has conflicts, please resolve those before we can evaluate the pull request."
commentOnClean: "Conflicts have been resolved. A maintainer will review the pull request shortly."