digger
digger copied to clipboard
Show diff of plans
Given that we now store plans, it might be useful to show the diff of plans in the PR (previous vs latest) The challenge is that plan is non-deterministically ordered json. But we probably can run some sort of a deterministic prettifier, then do a git diff and show this as a comment
From an offline discussion with @Spartakovic
Likely would resolve the need for @fleroux514