Skip to content

feat: example with cohere and llamacloud #691

feat: example with cohere and llamacloud

feat: example with cohere and llamacloud #691

name: Validate PR title
on:
pull_request:
types: [opened, synchronize, edited, reopened]
permissions:
pull-requests: read
jobs:
main:
name: Validate PR title
runs-on: ubuntu-latest
steps:
- uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}