Skip to content

fix(chat): Dont stop profile fetching when one errors (#1979) #1081

fix(chat): Dont stop profile fetching when one errors (#1979)

fix(chat): Dont stop profile fetching when one errors (#1979) #1081

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