Skip to content

ci: add PR quality workflow for conventional commit title validation#58

Merged
dangrondahl merged 1 commit intomainfrom
28-add-pr-conventional-commits-check
Mar 10, 2026
Merged

ci: add PR quality workflow for conventional commit title validation#58
dangrondahl merged 1 commit intomainfrom
28-add-pr-conventional-commits-check

Conversation

@dangrondahl
Copy link
Collaborator

Summary

  • Ports .github/workflows/pr-quality.yml from kosli-dev/terraform-provider-kosli
  • Validates PR titles follow Conventional Commits format using amannn/action-semantic-pull-request@v6
  • Allowed types: feat, fix, docs, style, refactor, perf, test, build, ci, chore, revert
  • Scope is optional
  • Enforces lowercase subject (no uppercase first letter)

Closes #28

@dangrondahl dangrondahl linked an issue Mar 10, 2026 that may be closed by this pull request
@dangrondahl dangrondahl merged commit bcbaba0 into main Mar 10, 2026
4 checks passed
@dangrondahl dangrondahl deleted the 28-add-pr-conventional-commits-check branch March 10, 2026 22:53
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.

add PR conventional commits check

1 participant