Expand description
GitLab source for navi.
GitLab’s Todos API (GET /todos) is already a per-user action feed with a
specific action_name, so this maps pending todos straight to normalized
events, no per-MR timeline diff needed. It covers review requests, approval
requests, and mentions on merge requests. Merge/close and reply-to-your-comment
events need MR-note diffing and are a follow-up (see SCRATCHPAD).