Skip to content

fix: trend finder agent added and existing python examples were fixed #1375

fix: trend finder agent added and existing python examples were fixed

fix: trend finder agent added and existing python examples were fixed #1375

Workflow file for this run

name: PR Title check
on:
pull_request:
types:
- opened
- edited
- synchronize
- 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 }}