Skip to content

fix: Fix Langchain performance issue #1689

fix: Fix Langchain performance issue

fix: Fix Langchain performance issue #1689

Workflow file for this run

name: lint pr
on:
pull_request_target:
types:
- opened
- edited
- synchronize
permissions:
pull-requests: read
jobs:
lint-pr:
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
subjectPattern: ^[A-Z].+$ # no lowercase letters at the beginning