Commit 94b2b9c
authored
fix: correct days-to-merge log output to display actual days (#324)
The daysToMerge/daysToClose values are stored in seconds (legacy naming),
but the log output was displaying raw seconds as if they were days.
This made values like -398601 appear as bugs when they actually
represented about -4.6 days correctly.
Now converts to actual days before logging for clarity.1 parent 78f605a commit 94b2b9c
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
144 | 144 | | |
145 | 145 | | |
146 | 146 | | |
147 | | - | |
| 147 | + | |
| 148 | + | |
148 | 149 | | |
149 | 150 | | |
| 151 | + | |
150 | 152 | | |
151 | | - | |
| 153 | + | |
152 | 154 | | |
153 | 155 | | |
154 | 156 | | |
| |||
0 commit comments