Skip to content

feat: allow custom optimizer #24

feat: allow custom optimizer

feat: allow custom optimizer #24

Workflow file for this run

name: Label merge conflicts
on:
push:
branches: ["main"]
pull_request_target:
types: ["synchronize", "reopened", "opened"]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref }}
cancel-in-progress: true
jobs:
triage-conflicts:
runs-on: ubuntu-latest
steps:
- uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c # Oct 25, 2021
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 3
WAIT_MS: 5000