You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Capture the diff directly in the existing `if ! diff …` (errexit is
already exempt inside `if`), removing the separate `-q` pre-check,
the intermediate pretty-printed tempfiles, and the `|| true` workaround.
- Replace the multi-echo body wrapper with two `printf`s and a 1-line
bash `&&` truncation marker.
- Pass `--label vendored --label upstream` to `diff` so the issue body
shows meaningful headers instead of `/dev/fd/63`.
0 commit comments