Skip to content

Verify v2 ruleset on a no-op change#177

Closed
mtfishman wants to merge 1 commit intomainfrom
mf/v2-noop-verify
Closed

Verify v2 ruleset on a no-op change#177
mtfishman wants to merge 1 commit intomainfrom
mf/v2-noop-verify

Conversation

@mtfishman
Copy link
Copy Markdown
Member

Trivial no-op .gitignore tweak to exercise PR-event workflows under the new ITensorActions v2 caller-side renames + matching ruleset contexts. Will be closed once CI confirms the new context strings match the new ruleset's required-status-checks.

@mtfishman mtfishman force-pushed the mf/v2-noop-verify branch from b7d305a to 57221ad Compare May 4, 2026 00:55
@codecov
Copy link
Copy Markdown

codecov Bot commented May 4, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 78.68%. Comparing base (99a82e7) to head (57221ad).

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #177   +/-   ##
=======================================
  Coverage   78.68%   78.68%           
=======================================
  Files          12       12           
  Lines         793      793           
=======================================
  Hits          624      624           
  Misses        169      169           
Flag Coverage Δ
docs 30.20% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@mtfishman
Copy link
Copy Markdown
Member Author

Verification successful — all required-context checks reported under their new v2 names (FormatCheck / FormatCheck, CheckCompatBounds / CheckCompatBounds, Documentation / Documentation, VersionCheck / VersionCheck, IntegrationTest / IntegrationTest, Tests) and all SUCCESS. The updated ruleset accepts the new contexts. Closing — this PR was verification-only and doesn't need to merge.

@mtfishman mtfishman closed this May 4, 2026
@mtfishman mtfishman deleted the mf/v2-noop-verify branch May 4, 2026 01:16
mtfishman added a commit to ITensor/ITensorPkgSkeleton.jl that referenced this pull request May 4, 2026
## 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/` and `template/.github/workflows/`) kept
in sync per CLAUDE.md convention.

## What changes

For each of the 12 standard workflow files (caller copy + template
copy):

- Workflow `name:` matches the file's basename (e.g. `FormatCheck.yml` →
`name: "FormatCheck"`). Drops cases like `"Format Check"`, `"Integration
Test Request"`, `"Register Package"`.
- Job display `name:` also matches the filename for single-job
workflows.
- Job key is kebab-case lowercase, with brand names like
`tagbot`/`compathelper` treated 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.yml` `workflow_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`'s
`main` already 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 `ITensorOrgPatches` sweep 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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant