Commit fa493b0
chore(pr_validate): dedupe redundant bad-title patterns
Round 4 of self-validation surfaced one trivial NIT: `^update\.?$`
and `^updates?\.?$` are redundant — the `s?` form covers both.
Consolidate into the single inclusive pattern with an inline
comment so the intent is grep-able.
Round 4 verdict: PASS (1 nit, 0 blocking). Tiering converged in
4 rounds: 1→1→0 blocking findings across rounds 1/2/3/4. Without
tiering the same 4 rounds would have been 5/5/2/1 "failures" by
the old binary verdict — exactly the spiral PR #467 hit. Mission
accomplished.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0692b15 commit fa493b0
1 file changed
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
0 commit comments