ci: make the lint caller and configs byte-identical to nyuchi/.github - #3
Merged
Merged
Conversation
This repo already published the five required contexts, but three of the
files behind them were local variants: .prettierignore, .yamllint.yaml
and .markdownlint.jsonc carried a mukoko-dev header and had not picked up
the two most recent canonical changes.
- lint.yml gains a `merge_group:` trigger, so the five required checks
also report on the gh-readonly-queue/** ref where a ruleset uses a
merge queue. Harmless where there is no queue.
- .yamllint.yaml now ignores lockfiles, matching .prettierignore.
- .prettierignore picks up CODEOWNERS.example and profile/governance/.
- .markdownlint.jsonc differs only in its header comment; no rule
changed.
Divergent copies are the problem this file set exists to end, so the
org's own .github repo should be the last place to carry one.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
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.
mukoko-dev/.githubalready emits all fivelint / *contexts, so this is normalisation rather than a rescue: three of the files behind those contexts were local variants..github/workflows/lint.yml— replaced with the canonical caller. The substantive change is amerge_group:trigger, so the five required checks also report on thegh-readonly-queue/**ref where a ruleset uses a merge queue; without it a queued PR stalls for the fullcheck_response_timeout. Harmless where there is no queue, which is why it lives in the one identical caller. The job is still namedlintand still callsnyuchi/.github/.github/workflows/reusable-lint.yml@main, so the five context strings are unchanged..yamllint.yaml— now ignores lockfiles, matching what.prettierignorealready did..prettierignore— picks upCODEOWNERS.exampleandprofile/governance/..markdownlint.jsonc— header comment only; no rule changed..prettierrcand.editorconfigwere already byte-identical.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:
RESULT rc=0. No ruleset, branch protection, or deployment was touched.