Skip to content

fixed uom for interfaces, fixes #325 #352

fixed uom for interfaces, fixes #325

fixed uom for interfaces, fixes #325 #352

Workflow file for this run

name: Check for PR merge conflicts
on:
push:
pull_request:
types: [opened, synchronize, reopened]
jobs:
check_conflicts:
name: Check for PR merge conflicts
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "conflict"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}