Migrate to cava-devops centralised CI/CD - #1
Merged
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.
Changes in this PR
Migrates
omop-llmfrom its old standalonesemantic-releasesetup tocava-devops's centralized CI/CD, matchingomop-emb/omop-graph/OMOP_Alchemy/orm-loader. CI/CD wiring only — no changes to the package's public interface (that's a separate, later PR).release.yml,lint-pr.yml,.releaserc.jsonci.yml(no Postgres service — this package has no DB dependency),merge.yml,publish.yml,.github/release-drafter.yml, issue/PR templatesdocs.ymltrigger topush: tags: ['v*']+workflow_dispatch,pyproject.tomltohatch-vcsdynamic versioning (dev deps also moved from[dependency-groups]to[project.optional-dependencies], since the reusable docs workflow only reads that extra; addedty/ruffas new required dev deps)CHANGELOG.md(header pointing to GitHub Releases)ty/ruffviolations blocking the new required checks (unsafeisinstanceordering, a couple of style rules) — no behavior changeNote
This is just preparatory work to resurrect
omop-llmin pending work.