Problem: the digest script filtered by `number > last_number`, so any upstream item with a number below the highest tracked entry was silently skipped. Solution: collect the set of all tracked numbers from `doc/upstream.md` and filter by `number not in tracked` instead. For merged PRs, also filter by the fork's creation date via `GITHUB_REPOSITORY` to avoid pulling in ancient pre-fork history. |
||
|---|---|---|
| .. | ||
| ISSUE_TEMPLATE | ||
| scripts | ||
| workflows | ||
| pre-commit | ||
| pre-push | ||