canola.nvim/.github
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
..
ISSUE_TEMPLATE refactor: rename oil to canola across entire codebase (#70) 2026-03-05 14:50:10 -05:00
scripts fix(ci): detect untracked upstream items regardless of number (#112) 2026-03-09 18:56:44 -04:00
workflows ci: scripts and format (#68) 2026-03-04 13:49:06 -05:00
pre-commit ci: merge workflow jobs and add makefile 2023-09-02 08:48:11 -07:00
pre-push ci: rename default branch from master to main 2026-02-20 16:32:53 -05:00