Skip to content

fix(Upload): Fix upload button in chatbar (#1501) #780

fix(Upload): Fix upload button in chatbar (#1501)

fix(Upload): Fix upload button in chatbar (#1501) #780

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