Skip to content

[ci-maintainer] fix: correct package cadence workflow paths - #426

Open
kubestellar-hive[bot] wants to merge 1 commit into
mainfrom
ci/fix-package-cadence-path
Open

[ci-maintainer] fix: correct package cadence workflow paths#426
kubestellar-hive[bot] wants to merge 1 commit into
mainfrom
ci/fix-package-cadence-path

Conversation

@kubestellar-hive

Copy link
Copy Markdown
Contributor

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

Signed-off-by: ci-maintainer[bot] <ci-maintainer[bot]@users.noreply.github.com>
@kubestellar-hive kubestellar-hive Bot added the hold Work is intentionally paused. label Aug 23, 2026
@kubestellar-hive
kubestellar-hive Bot requested review from castrojo and p5 as code owners August 23, 2026 14:42
@github-actions

Copy link
Copy Markdown

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

@hanthor hanthor left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

hold Work is intentionally paused.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[ci-maintainer] Package cadence workflow uses invalid reusable workflow paths

1 participant