ci: add PR title linting for conventional commits#150
Conversation
Uses amannn/action-semantic-pull-request@v6 (pinned to SHA) to enforce conventional commit format on PR titles, matching authkit-nextjs setup.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughThis PR adds a new GitHub Actions workflow that validates pull request titles against semantic commit conventions. The workflow runs on PR open, edit, and synchronize events using the amannn/action-semantic-pull-request action with minimal permissions. ChangesPR Title Lint Workflow
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Greptile SummaryThis PR adds a new GitHub Actions workflow (
Confidence Score: 5/5Safe to merge — adds a read-only linting workflow with no checkout step and minimal token permissions. The workflow is a simple, self-contained addition. The action is SHA-pinned, the GITHUB_TOKEN is restricted to pull-requests: read, and no PR code is ever checked out or executed. No existing functionality is touched. No files require special attention. Important Files Changed
|
Summary
lint-pr-title.ymlGitHub Actions workflow to enforce conventional commit format on PR titlesamannn/action-semantic-pull-request@v6(pinned to SHA), matching the setup in authkit-nextjspull_request_targetevents (opened, edited, synchronize)Test plan
ci:prefix)Summary by CodeRabbit