Skip to content

chore(ci): add PR title validation workflow#77

Merged
Gabrielpanga merged 1 commit into
masterfrom
chore/add-pr-title-workflow
Jun 2, 2026
Merged

chore(ci): add PR title validation workflow#77
Gabrielpanga merged 1 commit into
masterfrom
chore/add-pr-title-workflow

Conversation

@Gabrielpanga
Copy link
Copy Markdown
Member

@Gabrielpanga Gabrielpanga commented May 28, 2026

Summary

Ports pr-title.yml from pluggy-node. Runs on every PR targeting master and validates the title against Conventional Commits via amannn/action-semantic-pull-request@v6.1.1.

Allowed types: feat, fix, perf, chore, docs, style, refactor, test, build, ci, revert. Scope is optional.

The existing commit history in this repo already follows this style informally (fix:, feat(identity):, chore(deps):, etc.); the workflow just makes it enforced so titles can't drift.

Test plan

  • After merge, open a PR with a non-conforming title (e.g. update stuff) and verify the check fails
  • Open a PR with feat: add thing and verify the check passes

Ports pluggy-node's pr-title.yml. Runs on every PR to master and
validates the title against Conventional Commits via
amannn/action-semantic-pull-request@v6.1.1.

Allowed types: feat, fix, perf, chore, docs, style, refactor, test,
build, ci, revert. Scope is optional.

The existing commit history in this repo already follows this style
informally (fix:, feat:, feat(identity):, chore(deps):, etc.); this
workflow just makes it enforced so titles can't drift.
@Gabrielpanga Gabrielpanga merged commit 17e4939 into master Jun 2, 2026
2 of 3 checks passed
@Gabrielpanga Gabrielpanga deleted the chore/add-pr-title-workflow branch June 2, 2026 08:59
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.

1 participant