test: duplicate subject detection - FAIL case - #32
Conversation
🚨🚔 Unconventional Commit 👮♀️🙅♂️🤖 Beep boop! Looks like one or more of your commit messages wasn't quite right. Commit Message Lint Report
✅ Commit f9bf400By Matthew J. Martin (matmar10) 4 months ago ✅ Commit d945350By Matthew J. Martin (matmar10) 4 months ago ✅ Commit 04cc744By Matthew J. Martin (matmar10) 4 months ago ❌ Commit 048ade4By Matthew J. Martin (matmar10) 4 hours ago ❌ ERROR: type must be lower-case
❌ ERROR: type must be one of [build, chore, ci, docs, feat, fix, perf, refactor, revert, style, test]
Duplicate Commit SubjectsThe following commit pairs have subjects that are too similar (threshold: 0.8): 🔁 100% similar
TipsBe sure to follow the Conventional Commit guideline when authoring your commits. If your most recent commit is to blame, you can edit a single commit with: To edit & merge multiple commits, you can rebase with |
Purpose
Tests the
duplicate_thresholdfeature with commits whose subjects are near-identical after normalization.What this tests
duplicate_threshold: '0.8'is enabled in the CI workflowfeat(auth): implement oauth2 login flowimplement oauth2 login flowfix(auth): implement oauth2 login flowimplement oauth2 login flowExpected result
❌ Action fails — 1 duplicate pair detected, PR comment shows the 🔁 Duplicate Commit Subjects section