Skip to content

.github/workflows/conflictDetector.yaml #651

.github/workflows/conflictDetector.yaml

.github/workflows/conflictDetector.yaml #651

on:
push:
branches:
- master
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}