Skip to content

fix(ai-builder): Handle data table name conflict gracefully instead of looping (no-changelog) #14031

fix(ai-builder): Handle data table name conflict gracefully instead of looping (no-changelog)

fix(ai-builder): Handle data table name conflict gracefully instead of looping (no-changelog) #14031

name: 'CI: Check PR Title'
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- 'master'
- '1.x'
jobs:
check-pr-title:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Validate PR title
uses: n8n-io/validate-n8n-pull-request-title@c3b6fd06bda12eebd57a592c0cf3b747d5b73569 # v2.4.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}