Skip to content

ci: bump docfacts impact pin (fix reusable-workflow checkout)#323

Open
poiley wants to merge 3 commits into
mainfrom
docfacts/impact-pin-bump-ca881c2
Open

ci: bump docfacts impact pin (fix reusable-workflow checkout)#323
poiley wants to merge 3 commits into
mainfrom
docfacts/impact-pin-bump-ca881c2

Conversation

@poiley

@poiley poiley commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

The docfacts impact check has been failing on sdks PRs: the pinned reusable workflow (42413cf) predates docfacts's packages/ restructure, and its github.workflow_sha checkout resolves to the caller's commit — so it tried to fetch the sdks PR SHA from the docfacts repo and hard-failed.

Bumps the pin to ca881c2, which adds a docfacts_ref input (pins the engine to the same commit) and job-level continue-on-error so this report-only check can never red a PR. Mirrors the mono-repo caller fix.

The old pin (42413cf) predates the docfacts packages/ restructure and its
github.workflow_sha checkout tried to fetch the caller's SHA from docfacts,
failing every PR's impact check. ca881c2 adds a docfacts_ref input (pins
the engine to the same commit) and job-level continue-on-error.
@greptile-apps

greptile-apps Bot commented Jul 18, 2026

Copy link
Copy Markdown

Confidence Score: 5/5

This looks safe to merge.

  • No blocking issues found in the changed code.

Important Files Changed

Filename Overview
.github/workflows/docfacts-impact.yml Inlines the docfacts impact workflow with token gating, pinned docfacts checkout, impact computation, and PR comment upsert.

Reviews (3): Last reviewed commit: "ci: inline docfacts impact job (public r..." | Re-trigger Greptile

poiley and others added 2 commits July 18, 2026 15:04
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
…le workflow)

GitHub forbids a public repo from resolving a reusable workflow stored in a
private repo; the call failed at startup on every run. Clone docfacts with the
read PAT and run the same steps inline instead. Report-only, unchanged behavior.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

docfacts: no documented claims affected.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant