Commit d07c443
committed
fix: lower tech-debt "no changes" threshold to 2 lines
The strong/weak split in #28 moved the commit URLs out of `report` and
into `reportFooter` (called after `prSummaryReport`), but the
`-le 5` threshold was kept. After that refactor the filtered report
only carries two boilerplate header lines, so any PR changing three or
fewer counters of a given level got silently reported as "no changes" —
e.g. leanprover-community/mathlib4#39932 removed
one `set_option backward.isDefEq.respectTransparency false in` without
the bot noting it.
Drop the threshold to 2 so a single non-zero change is reported.
🤖 Prepared with Claude Code1 parent aafe3df commit d07c443
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
| 194 | + | |
| 195 | + | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
195 | 199 | | |
196 | 200 | | |
197 | 201 | | |
| |||
0 commit comments