n8n/.github/CLAUDE.md
Matsu 885c250b12
ci: Set up v3 branch sync and nightly build workflows (no-changelog) (#33678)
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-09 12:49:39 +03:00

1.1 KiB

@../AGENTS.md

.github Quick Reference

This folder contains n8n's GitHub Actions infrastructure.

Key Files

File/Folder Purpose
WORKFLOWS.md Complete CI/CD documentation
DEVELOPING_V3.md How to develop v3 features (master + 3.x branch model, opt-in flags)
workflows/ GitHub Actions workflows
actions/ Reusable composite actions
scripts/ Release & Docker automation
CODEOWNERS Team review ownership

Workflow Naming

Prefix Purpose
test- Testing (unit, E2E, visual)
ci- Continuous integration
util- Utilities (notifications)
build- Build processes
release- Release automation
sec- Security scanning

Reusable workflows: add -reusable or -callable suffix.

Common Tasks

Add workflow: Create in workflows/, document in WORKFLOWS.md

Add script: Create .mjs in scripts/, document in WORKFLOWS.md

Reference

See WORKFLOWS.md for:

  • Architecture diagrams
  • Workflow call graph
  • Scheduled jobs & triggers
  • Runners & secrets