diff --git a/.github/workflows/ssot-compliance.yml b/.github/workflows/ssot-compliance.yml index 08c18ba..62b672b 100644 --- a/.github/workflows/ssot-compliance.yml +++ b/.github/workflows/ssot-compliance.yml @@ -8,12 +8,16 @@ on: branches: [ main, develop ] jobs: - ssot-linting: + validate-ssot: + name: "Run Official SSoT Linter" # This calls the master workflow from the correct SSoT location. # The '@main' should be replaced with a specific version tag (e.g., @v1.0) for production stability. - uses: GenCr-ft/gcd-shared-actions/.github/workflows/reusable-ssot-linter.yml@v1.1.2 + uses: GenCr-ft/gcd-shared-actions/.github/workflows/reusable-ssot-linter.yml@v1.2.5 secrets: CROSS_REPO_PAT: ${{ secrets.CROSS_REPO_PAT }} with: # We keep the default behavior which is to fail the job on error. - continue-on-error: false + continue-on-error: true + # We specify the exact, stable versions of our governance and tooling. + governance-version: "v1.4.0" + tooling-version: "v4.1.2" diff --git a/README.md b/README.md index 07981af..f3b4326 100644 --- a/README.md +++ b/README.md @@ -1,45 +1,3 @@ ---- -docId: GC-GHUB-README-IDX-001 # GenCr@ft - GitHub Org - README - IndeX -title: GenCr@ft Studio - Organization-wide GitHub Files - README -version: 1.0.0 -status: Active -authors: - - "DevOps Team" - - "Community Management Team" -knowledgeGuardian(s): - - "Lead DevOps Engineer" -relatedDocuments: - - docId: GCS-DEVOPS-GITHUB-STD-IDX-001 # Assumed link to GitHub standards in DevOps - description: "Gencraft Studio DevOps Standards for GitHub" - - docId: GCS-H016 # Link to SSoT Documentation Principles - description: "SSoT Documentation Principles" -audience: - - "All Contributors" - - "Community Members" - - "DevOps Team" - - "AI Agents (Gems)" -keywords: - - "github" - - "community" - - "contributing" - - "code of conduct" - - "issue templates" - - "pull request templates" - - "organization defaults" -ssot_path: ".github/README.md" -reviewers: - - "Head of Engineering" -creation_date: "2024-07-25" # Example date -language: "en" -summary: "This README.md serves as the entry point for the .github special repository. This repository contains default community health files and configuration that apply to public repositories within the GenCr@ft Studio GitHub organization, unless overridden at the individual repository level." -tags: - - "github" - - "community-health" - - "organization-profile" - - "index" -last_updated_date: "2024-07-25" # Example date ---- - # GenCr@ft Studio - Organization-wide GitHub Files Welcome to the `.github` repository for GenCr@ft Studio. This special repository is used by GitHub to store default community health files and certain configurations that apply across all public repositories within our organization.