diff --git a/.github/workflows/auto-promote-branch.yml b/.github/workflows/auto-promote-branch.yml index 4c0fc11..04ae372 100644 --- a/.github/workflows/auto-promote-branch.yml +++ b/.github/workflows/auto-promote-branch.yml @@ -21,7 +21,7 @@ name: Auto-promote branch (reusable) # administration: read # read branch protection (REQUIRED — see below) # jobs: # promote: -# uses: Molecule-AI/molecule-ci/.github/workflows/auto-promote-branch.yml@v1 +# uses: molecule-ai/molecule-ci/.github/workflows/auto-promote-branch.yml@v1 # with: # from-branch: staging # to-branch: main diff --git a/.github/workflows/auto-promote-staging-pr.yml b/.github/workflows/auto-promote-staging-pr.yml index 21f4d3a..d3308d2 100644 --- a/.github/workflows/auto-promote-staging-pr.yml +++ b/.github/workflows/auto-promote-staging-pr.yml @@ -28,7 +28,7 @@ name: Auto-promote staging → main (PR-based, reusable) # pull-requests: write # jobs: # promote: -# uses: Molecule-AI/molecule-ci/.github/workflows/auto-promote-staging-pr.yml@v1 +# uses: molecule-ai/molecule-ci/.github/workflows/auto-promote-staging-pr.yml@v1 # with: # gates: "ci.yml,e2e-staging-canvas.yml,e2e-api.yml,codeql.yml" # force: ${{ github.event.inputs.force == 'true' }} @@ -230,7 +230,7 @@ jobs: cat > "$BODY_FILE" <:latest` (plus a # per-commit `sha-<7>` tag). Auto-derives from the caller repo @@ -17,7 +17,7 @@ name: Publish Workspace Template Image # packages: write # jobs: # publish: -# uses: Molecule-AI/molecule-ci/.github/workflows/publish-template-image.yml@v1 +# uses: molecule-ai/molecule-ci/.github/workflows/publish-template-image.yml@v1 # secrets: inherit # # Runner choice (2026-04-22): ubuntu-latest diff --git a/.github/workflows/validate-org-template.yml b/.github/workflows/validate-org-template.yml index c1b09a7..5820481 100644 --- a/.github/workflows/validate-org-template.yml +++ b/.github/workflows/validate-org-template.yml @@ -17,7 +17,7 @@ jobs: # pattern already used by validate-workspace-template.yml. - uses: actions/checkout@v4 with: - repository: Molecule-AI/molecule-ci + repository: molecule-ai/molecule-ci path: .molecule-ci-canonical - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/validate-plugin.yml b/.github/workflows/validate-plugin.yml index 3d692cb..21051f8 100644 --- a/.github/workflows/validate-plugin.yml +++ b/.github/workflows/validate-plugin.yml @@ -17,7 +17,7 @@ jobs: # pattern already used by validate-workspace-template.yml. - uses: actions/checkout@v4 with: - repository: Molecule-AI/molecule-ci + repository: molecule-ai/molecule-ci path: .molecule-ci-canonical - uses: actions/setup-python@v5 with: diff --git a/.github/workflows/validate-workspace-template.yml b/.github/workflows/validate-workspace-template.yml index 981c91f..3b7e47c 100644 --- a/.github/workflows/validate-workspace-template.yml +++ b/.github/workflows/validate-workspace-template.yml @@ -56,7 +56,7 @@ jobs: # same canonical contract check on every CI run. - uses: actions/checkout@v4 with: - repository: Molecule-AI/molecule-ci + repository: molecule-ai/molecule-ci path: .molecule-ci-canonical - uses: actions/setup-python@v5 with: @@ -135,7 +135,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/checkout@v4 with: - repository: Molecule-AI/molecule-ci + repository: molecule-ai/molecule-ci path: .molecule-ci-canonical - uses: actions/setup-python@v5 with: