Migrate workflows + templates to ITensorActions v2#137
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #137 +/- ##
=======================================
Coverage 87.34% 87.34%
=======================================
Files 1 1
Lines 158 158
=======================================
Hits 138 138
Misses 20 20
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
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.
Summary
Migrates this repo's own workflow callers AND the workflow templates to the renamed shape from
ITensorActions v2.0.0. Two parallel sets of changes (in.github/workflows/andtemplate/.github/workflows/) kept in sync per CLAUDE.md convention.What changes
For each of the 12 standard workflow files (caller copy + template copy):
name:matches the file's basename (e.g.FormatCheck.yml→name: "FormatCheck"). Drops cases like"Format Check","Integration Test Request","Register Package".name:also matches the filename for single-job workflows.tagbot/compathelpertreated as single words rather than split on internal capitals (Register→registrator,compat-helper→compathelper, etc.).uses: ITensor/ITensorActions/.github/workflows/X.yml@v1→@v2.FormatCheckComment.ymlworkflow_run.workflows:trigger updated from["Format Check"]to["FormatCheck"]to match the renamed parse-phase workflow.The end-state of the templates matches what
SparseArraysBase.jl'smainalready carries (verified live in ITensor/SparseArraysBase.jl#177 — every required-context check from the new v2 ruleset reported under its new name and SUCCESS).Patch version bumped to
0.3.59.Rollout follow-up
Once this lands, the next step is the
ITensorOrgPatchessweep that copies these templates into the rest of the standard repo set, and the matching ruleset updates (replacing old context names with new ones in each repo's branch ruleset).