Skip to content

feat: add conventional commit handling#35

Merged
isi8787 merged 1 commit into
mainfrom
feature/conventional-commit-workflow
Oct 16, 2025
Merged

feat: add conventional commit handling#35
isi8787 merged 1 commit into
mainfrom
feature/conventional-commit-workflow

Conversation

@isi8787

@isi8787 isi8787 commented Oct 16, 2025

Copy link
Copy Markdown
Contributor

Note

Adds a GitHub Actions workflow to validate PR titles against Conventional Commits, disallowing subjects that start with uppercase letters.

  • CI:
    • Workflow: Adds .github/workflows/conventional-commits.yaml to validate PR titles using amannn/action-semantic-pull-request@v3.2.6.
      • Triggers on pull_request.
      • Enforces subjectPattern: ^(?![A-Z]).+$ with a custom error message.

Written by Cursor Bugbot for commit b5b26c9. This will update automatically on new commits. Configure here.

@isi8787 isi8787 changed the title feature: add conventional commit handling feat: add conventional commit handling Oct 16, 2025

@kulikthebird kulikthebird left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 👍

@isi8787 isi8787 merged commit 001871f into main Oct 16, 2025
2 of 3 checks passed
@isi8787 isi8787 deleted the feature/conventional-commit-workflow branch October 16, 2025 14:16
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