Skip to content

add error raise option to skip because sometimes there is an issue on… #106

add error raise option to skip because sometimes there is an issue on…

add error raise option to skip because sometimes there is an issue on… #106

on:
push:
branches:
- develop
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@master
with:
CONFLICT_LABEL_NAME: "merge conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 5
WAIT_MS: 5000