Skip to content

build(deps): update scikit-learn requirement from <1.6.0,>0.22.1 to >0.22.1,<1.7.0 #1206

build(deps): update scikit-learn requirement from <1.6.0,>0.22.1 to >0.22.1,<1.7.0

build(deps): update scikit-learn requirement from <1.6.0,>0.22.1 to >0.22.1,<1.7.0 #1206

name: Label 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@591722e97f3c4142df3eca156ed0dcf2bcd362bd
with:
CONFLICT_LABEL_NAME: "has conflicts"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
MAX_RETRIES: 3
WAIT_MS: 5000