Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions .github/workflows/ssot-compliance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
42 changes: 0 additions & 42 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down