#6: Align living-doc with the fleet's CI conventions - #7
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
Closes out Phase 0 residual
P0-R3:living-docwas the last repo in the ecosystem still missinglink-check.ymland still using the non-canonicalgh_release_draft.ymlfilename. This PR:.github/workflows/link-check.yml, copied fromliving-doc-collector-gh's reference copy(
detect+noopshape, lychee link check over tracked Markdown —docs/specs/**is git-ignoredhere so it's out of scope for the check, same as every other doc directory that isn't tracked).
.github/workflows/gh_release_draft.yml→release_draft.ymland updates itsname:field from
GitHub Draft ReleasetoDraft Release, matching every other repo in the fleet(
collector-gh,collector-ad,toolkit,generator-pdf). No trigger, input, or job logicchanged — same
workflow_dispatchinputs, same steps.With this merged, all five Phase 0 residuals (
P0-R1–P0-R5) are closed and Phase 0 is done.Release Notes
link-check.ymlto validate Markdown links on doc changes.release_draft.yml(no functional change).Related
Closes #6