Skip to content

feat(wren-ai-service): update the system prompt for table columns selection to provide clear instructions and expected JSON format. #252

feat(wren-ai-service): update the system prompt for table columns selection to provide clear instructions and expected JSON format.

feat(wren-ai-service): update the system prompt for table columns selection to provide clear instructions and expected JSON format. #252

name: Pull Request Title Validator
on:
pull_request:
paths:
- "wren-ai-service/**"
- ".github/workflows/pull-request-title-validator.yaml"
- ".github/workflows/ai-service-*.yaml"
types: [opened, edited, synchronize]
permissions:
pull-requests: read
jobs:
validator:
name: validate-pull-request-title
runs-on: ubuntu-latest
steps:
- name: validate pull request title
uses: kontrolplane/[email protected]
with:
types: "fix,feat,chore"
scopes: "wren-ai-service"