Tighten remaining OSS docs diff

This commit is contained in:
Alex Schapiro
2026-08-14 19:34:01 +00:00
parent cb3fa2db51
commit 5ca7bc2092
5 changed files with 15 additions and 15 deletions
+4 -4
View File
@@ -82,9 +82,9 @@ jobs:
```
<Note>
All CI platforms require Docker access. Your runner must have Docker available.
All CI platforms require Docker access. Ensure your runner has Docker available.
</Note>
<Note>
If diff-scope fails in CI, full git history is required for merge-base and branch comparison. In GitHub Actions, use `fetch-depth: 0`.
</Note>
<Tip>
If diff-scope fails in CI, fetch full git history (for example, `fetch-depth: 0` in GitHub Actions) so merge-base and branch comparison can be resolved.
</Tip>