Skip to content

chore(deps): bump langchain from 0.1.8 to 0.2.10 in /label_studio_ml/examples/watsonx_llm #1349

chore(deps): bump langchain from 0.1.8 to 0.2.10 in /label_studio_ml/examples/watsonx_llm

chore(deps): bump langchain from 0.1.8 to 0.2.10 in /label_studio_ml/examples/watsonx_llm #1349

Workflow file for this run

name: "PR labeler"
on:
pull_request:
types:
- opened
- edited
- reopened
- synchronize
- ready_for_review
branches:
- master
- 'release/**'
jobs:
autolabel:
name: "PR label validator"
runs-on: ubuntu-latest
permissions:
pull-requests: write
steps:
- uses: hmarr/[email protected]
- uses: thehanimo/[email protected]
name: "Validate PR's title"
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
pass_on_octokit_error: false
configuration_path: ".github/pr-title-checker-config.json"
- uses: release-drafter/[email protected]
name: "Set PR's label based on title"
with:
disable-releaser: true
config-name: autolabeler.yml
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}