Skip to content

chore(logging): add error logging (#1779) #938

chore(logging): add error logging (#1779)

chore(logging): add error logging (#1779) #938

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