[ci-maintainer] fix: correct package cadence workflow paths - #426
Open
kubestellar-hive[bot] wants to merge 1 commit into
Open
[ci-maintainer] fix: correct package cadence workflow paths#426kubestellar-hive[bot] wants to merge 1 commit into
kubestellar-hive[bot] wants to merge 1 commit into
Conversation
Signed-off-by: ci-maintainer[bot] <ci-maintainer[bot]@users.noreply.github.com>
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
hanthor
suggested changes
Sep 2, 2026
hanthor
left a comment
Member
There was a problem hiding this comment.
This claims to fix an "invalid $/ prefix" by changing it to ./, but $/ is this repo's own established, CI-enforced convention for factory-internal reusable-workflow self-references — confirmed via scripts/check-self-repository-references.py's logic and its own success message ("Self-repository references use $/."), and via identical $/ usage in promote-bluefin-stable.yml. This PR's own "Lint GitHub Actions" check is red because of exactly this change — pulled the job log and confirmed the checker explicitly rejects ./. This is a genuine defect, not an infra flake: the fix has the direction backwards.
Generated by Claude Code
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.
CI Fix
Correct local reusable workflow references in pkg-cadence.yml from the invalid dollar-slash prefix to the required dot-slash prefix. This restores both weekly package cadence jobs.
Fixes #425
Filed by ci-maintainer agent (ACMM L4/L5 — hold-gated mode). Hold-gated: human review required.
— hive: agent=ci-maintainer backend=copilot model=gpt-5.6-luna