Goal
Bring the editorlint org's repos into dobbo-ca and collapse to a single repo. Per @cdobbyn: there don't need to be separate editorlint/editorlint (CLI) and editorlint/action (GitHub Action) repos — one repo in dobbo-ca + the existing dobbo-ca/homebrew-taps should suffice.
Tasks
Context
The uplift→git-cliff release migration was done in place in the editorlint org (editorlint/editorlint#18, editorlint/action#1), consuming the shared dobbo-ca/.github@v1 reusable workflow / composite action. Those callers move with a one-line owner/secret change on consolidation. Once in dobbo-ca, editorlint-action's per-repo version-regression guard can also be dropped (the fix now lives in the central semver-bump action).
Goal
Bring the
editorlintorg's repos intodobbo-caand collapse to a single repo. Per @cdobbyn: there don't need to be separateeditorlint/editorlint(CLI) andeditorlint/action(GitHub Action) repos — one repo indobbo-ca+ the existingdobbo-ca/homebrew-tapsshould suffice.Tasks
editorlint/editorlint→dobbo-ca(GitHub repo transfer).editorlint/action(the composite GitHub Action,action.yml) into the CLI repo (e.g. keepaction.ymlat the root, or anaction/subdir), then archive/redirect the old action repo. Note it already redirectseditorlint/editorlint-action→editorlint/action.uses: editorlint/editorlint-action@v1/editorlint/action@v1→dobbo-ca/<repo>@v1); preserve the movingv0/v1major-alias tags.module github.com/editorlint/editorlint→github.com/dobbo-ca/...) and all imports.editorlint/homebrew-taps→dobbo-ca/homebrew-taps(formulaeditorlint). Same for Chocolatey:editorlint/chocolatey-packages→ the dobbo-ca equivalent.AUTOMATIONS_APP_ID/AUTOMATIONS_APP_PRIVATE_KEY(editorlint org). After transfer, switch toGH_PUB_APP_CLIENT_ID/GH_PUB_APP_PEM(dobbo-ca convention).Context
The uplift→git-cliff release migration was done in place in the editorlint org (editorlint/editorlint#18, editorlint/action#1), consuming the shared
dobbo-ca/.github@v1reusable workflow / composite action. Those callers move with a one-line owner/secret change on consolidation. Once in dobbo-ca,editorlint-action's per-repo version-regression guard can also be dropped (the fix now lives in the centralsemver-bumpaction).