Skip to content

chore: add PR title validation#779

Open
anonymoususer72041 wants to merge 2 commits into
opencats:masterfrom
anonymoususer72041:chore/add-pr-title-validation
Open

chore: add PR title validation#779
anonymoususer72041 wants to merge 2 commits into
opencats:masterfrom
anonymoususer72041:chore/add-pr-title-validation

Conversation

@anonymoususer72041
Copy link
Copy Markdown
Contributor

This adds a GitHub Actions workflow that validates pull request titles against a small Conventional Commits type set.

Allowed pull request title types are fix, feat, chore, refactor and docs. Scopes are intentionally disallowed for now, so titles like fix: correct login redirect are accepted while titles like fix(auth): correct login redirect are rejected.

This also adds a concise CONTRIBUTING.md file documenting the required pull request title format for contributors.

@anonymoususer72041 anonymoususer72041 force-pushed the chore/add-pr-title-validation branch from 1b4d63a to 1e6ab68 Compare May 6, 2026 10:21
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