ci: normalise the lint gate configs to nyuchi/.github verbatim - #38
Merged
Conversation
This repo already calls the reusable correctly and already publishes all five `lint / *` contexts. What had drifted are the config files and the caller, which are now byte-identical to nyuchi/.github — including the recent canonical additions: `merge_group:` in the caller (so required checks report on the gh-readonly-queue/** ref where a repo has a merge queue) and a `push: branches: [main, master, scaffold]` list covering every default-branch name in the estate, plus the lockfile and test/fixtures/ exemptions in .yamllint.yaml. All five were already clean under the newly pinned versions — nothing surfaced from MD060 or from prettier no longer consulting .gitignore, and no hand fixes were needed. This commit is config normalisation only. Verified locally with CI's exact pinned versions (actionlint 1.7.12, prettier 3.9.4, markdownlint-cli2 0.23.2, yamllint 1.38.0): all five clean. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
bryanfawcett
enabled auto-merge (rebase)
September 11, 2026 19:25
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
This repo already calls the reusable correctly and already publishes all
five
lint / *contexts. What had drifted are the config files and thecaller, which are now byte-identical to nyuchi/.github — including the
recent canonical additions:
merge_group:in the caller (so requiredchecks report on the gh-readonly-queue/** ref where a repo has a merge
queue) and a
push: branches: [main, master, scaffold]list coveringevery default-branch name in the estate, plus the lockfile and
test/fixtures/ exemptions in .yamllint.yaml.
All five were already clean under the newly pinned versions — nothing
surfaced from MD060 or from prettier no longer consulting .gitignore, and
no hand fixes were needed. This commit is config normalisation only.
Verified locally with CI's exact pinned versions (actionlint 1.7.12,
prettier 3.9.4, markdownlint-cli2 0.23.2, yamllint 1.38.0): all five
clean.
Co-Authored-By: Claude Opus 5 (1M context) noreply@anthropic.com