Skip to content

fix(editor): Fix disappearing NDV header in code nodes #12872

fix(editor): Fix disappearing NDV header in code nodes

fix(editor): Fix disappearing NDV header in code nodes #12872

Workflow file for this run

name: Check PR title
on:
pull_request:
types:
- opened
- edited
- synchronize
branches:
- '**'
- '!release/*'
jobs:
check-pr-title:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: Check out branch
uses: actions/[email protected]
- uses: pnpm/[email protected]
- uses: actions/[email protected]
with:
node-version: 18.x
cache: 'pnpm'
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Validate PR title
id: validate_pr_title
uses: n8n-io/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}