Skip to content

chore(build): fix build windows issue on no media found (#1985) #1073

chore(build): fix build windows issue on no media found (#1985)

chore(build): fix build windows issue on no media found (#1985) #1073

name: Add Conflicts Label
on:
push:
branches:
- dev
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: 'missing fixing conflict'
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000