Skip to content

Organization-wide GitHub configuration and workflows

Notifications You must be signed in to change notification settings

chittyfoundation/.github

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

chittyfoundation/.github

Organization-wide GitHub configurations, reusable workflows, and CI/CD templates.

Reusable Workflows

Any repository can call our centralized CI pipeline:

name: CI
on: [push, pull_request]
jobs:
  ci:
    uses: chittyfoundation/.github/.github/workflows/reusable-ci-pipeline.yml@main
    with:
      run-ai-review: true
      run-governance: true
    secrets:
      ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

Workflow Templates

Available in Actions > New workflow:

  • AI Code Review - Claude-powered PR review
    • Governance Checks - chittycanon compliance

    • Governance

    • Reference: chittycanon://gov/governance

About

Organization-wide GitHub configuration and workflows

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published