Standardize CI and Dependabot baseline#35
Merged
Conversation
Automation-Attempt: gh-issue-to-pr
bernalde
marked this pull request as ready for review
July 1, 2026 17:03
bernalde
commented
Jul 1, 2026
bernalde
left a comment
Member
Author
There was a problem hiding this comment.
Maintainer review for PR head 1a76222f45b005e75cff57bf7bb24ba5ac48491e.
No blocking findings.
Blocking issues: None.
Nonblocking issues: None.
Questions: None.
Tests run and outcomes:
- PR-head diff file-set check: local
git diff --name-only 26800c8443ab57ed6f7745ababb28c259976f101 HEADmatchedgh pr diff 35 --name-only. git diff --check 26800c8443ab57ed6f7745ababb28c259976f101 HEADpassed.actionlint .github/workflows/ci.yml .github/workflows/docs.yml .github/workflows/benchmark.yml .github/workflows/docscleanup.yml .github/workflows/tagbot.ymlpassed.- YAML parse for
.github/dependabot.ymland all workflows passed. julia --project=. -e 'using Test, TOML; include("test/unit/ci.jl"); test_ci_configuration()'passed.julia --project=. -e 'using Pkg; Pkg.test()'passed; the run emitted the existing local manifest warnings about ignored manifests resolved with Julia 1.11.5 / needing resolve after compat changes.- Changed external action refs checked:
julia-actions/setup-julia@v3,julia-actions/cache@v3, andjulia-actions/julia-buildpkg@v1all resolve. - GitHub checks for the reviewed head are green: all four
CImatrix jobs passed, Documentationbuildpassed, anddocumenter/deploypassed.
Merge-readiness: The PR addresses issue #34's Wave 1 CI/Dependabot baseline, is not draft, and GitHub reports mergeStateStatus as CLEAN. This review is a COMMENT because bernalde authored the PR; this account cannot provide a formal approval if one is required. GitHub did not report a live REVIEW_REQUIRED gate in reviewDecision.
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
benchmark/Project.toml.julia-actions/cache@v3to docs and benchmark workflows for consistent Julia cache usage.Remaining Drift / Exceptions
CIand keeps Julia1.10/1on Ubuntu plus Julia1.10/1on Windows.Tests
git diff --checkactionlint .github/workflows/ci.yml .github/workflows/docs.yml .github/workflows/benchmark.yml .github/workflows/docscleanup.yml .github/workflows/tagbot.ymlruby -e 'require "yaml"; ARGV.each { |path| YAML.load_file(path); puts "YAML parse passed: #{path}" }' .github/dependabot.yml .github/workflows/ci.yml .github/workflows/docs.yml .github/workflows/benchmark.yml .github/workflows/docscleanup.yml .github/workflows/tagbot.ymljulia --project=. -e 'using Test, TOML; include("test/unit/ci.jl"); test_ci_configuration()'julia --project=. -e 'using Pkg; Pkg.test()'Pkg.test()passed with the existing local manifest warnings about the ignoredManifest.tomlbeing resolved with Julia 1.11.5 and needing resolve/update after compat changes.Branch Hygiene
mainorigin/mainat26800c8443ab57ed6f7745ababb28c259976f101Closes #34