Skip to content

feat: add initial package skeleton for instrumentation-langchain #6966

feat: add initial package skeleton for instrumentation-langchain

feat: add initial package skeleton for instrumentation-langchain #6966

Workflow file for this run

name: "Label PR"
on:
- pull_request_target
permissions:
contents: read
jobs:
labeler:
name: 'Add component labels'
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/labeler@v6
with:
configuration-path: '.github/component-label-map.yml'