canola.nvim/.github/scripts
Barrett Ruth a2445dc743
fix(ci): detect untracked upstream items regardless of number (#112)
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.
2026-03-09 18:56:44 -04:00
..
upstream_digest.py fix(ci): detect untracked upstream items regardless of number (#112) 2026-03-09 18:56:44 -04:00