This repository was archived by the owner on Sep 9, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
chore(governance): add governance gates #26
Closed
Closed
Changes from 1 commit
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
cf53c6d
chore(governance): add governance gates (83a7d1d)
chitcommit ad3a6d5
chore(governance): add governance gates
chitcommit 827f491
chore(governance): add governance gates
chitcommit 96690fc
chore(governance): add governance gates
chitcommit 8288c6a
chore(governance): add governance gates
chitcommit File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,36 @@ | ||
| # ChittyOS PR Governance - Caller Workflow | ||
| # | ||
| # Copy this file to your repository at: .github/workflows/governance.yml | ||
| # | ||
| # IMPORTANT: Replace <SHA> with the current commit SHA of chittycanon. | ||
| # This ensures the governance workflow cannot be modified without your knowledge. | ||
| # | ||
| # To get the current SHA: | ||
| # git ls-remote https://github.com/CHITTYFOUNDATION/chittycanon refs/heads/main | ||
| # | ||
| # Or run the deploy script which will update this automatically. | ||
|
|
||
| name: Governance | ||
|
|
||
| on: | ||
| pull_request: | ||
| branches: | ||
| - main | ||
| - master | ||
| - production | ||
| - 'release/**' | ||
|
|
||
| jobs: | ||
| governance: | ||
| name: PR Governance Check | ||
| # Pin to exact SHA - NEVER use branch or tag reference | ||
| # This ensures governance rules cannot be modified without updating all repos | ||
| uses: CHITTYFOUNDATION/chittycanon/.github/workflows/pr-governance.yml@83a7d1da1cfa5041f18450a6d43ff336068285de | ||
| with: | ||
| governance_version: main | ||
|
|
||
| hardening: | ||
|
Check warning on line 32 in .github/workflows/governance.yml
|
||
| name: Portfolio Hardening Check | ||
| uses: CHITTYFOUNDATION/chittycanon/.github/workflows/portfolio-hardening.yml@83a7d1da1cfa5041f18450a6d43ff336068285de | ||
| with: | ||
| tier: "2" | ||
|
Check warning on line 36 in .github/workflows/governance.yml
|
||
|
github-advanced-security[bot] marked this conversation as resolved.
Fixed
|
||
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.