Skip to content

Conversation

@sebastiancorrea81
Copy link

Summary

  • Replace local branch-name and commitlint CI jobs with reusable workflows from nullplatform/actions-nullplatform-terraform
  • Update branch naming convention to use conventional commit types (feat, feature, fix, docs, etc.) instead of feature/bugfix/hotfix prefixes
  • Simplify commitlint.config.js to only extend @commitlint/config-conventional

Changes

File Change
.github/workflows/validate-commits.yml Use reusable workflows
commitlint.config.js Simplified to minimal config
scripts/validate-branch-name.sh Updated pattern to match remote

Test plan

  • Verify CI jobs run correctly using the reusable workflows
  • Test local hooks still work with the new branch pattern

🤖 Generated with Claude Code

Replace local branch-name and commitlint jobs with reusable workflows
from nullplatform/actions-nullplatform-terraform. Update branch naming
convention to use conventional commit types (feat, fix, docs, etc.)
instead of feature/bugfix/hotfix prefixes.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@sebastiancorrea81 sebastiancorrea81 merged commit 6584248 into main Jan 29, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants