Commit daebed5
committed
fix(issues): skip closed issues already fixed before installed version
Previously, closed issue fetching only set an upper bound (releasedAt + 6mo)
with no lower bound, pulling in issues resolved before the user's version.
Now adds closed:>=releasedAt as a lower bound so only post-release fixes
are included. Keeps the +6mo upper cap for old versions to bound result size.1 parent 34b9cfc commit daebed5
1 file changed
Lines changed: 8 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
| 258 | + | |
| 259 | + | |
| 260 | + | |
| 261 | + | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
| 265 | + | |
262 | 266 | | |
263 | 267 | | |
264 | 268 | | |
| |||
0 commit comments