fix(ci): consolidate governance workflows — closes #54#56
Merged
stackbilt-admin merged 2 commits intomainfrom Mar 17, 2026
Merged
fix(ci): consolidate governance workflows — closes #54#56stackbilt-admin merged 2 commits intomainfrom
stackbilt-admin merged 2 commits intomainfrom
Conversation
Merges charter-governance.yml, governance.yml, and governance-scorecard.yml into a single governance.yml workflow with two jobs: - governance: runs on PRs + push (validate, drift, doctor, evidence, audit) - scorecard: runs only on push to main + dispatch (build + scorecard generation) Previously every PR triggered 3 separate workflow runs doing nearly identical checkout → install → charter-commands work. This reduces PR governance runs from 3 to 1, targeting ~66% reduction in Actions minutes. Closes charter#54 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Task: Consolidate Charter governance workflows — 50% of org Actions minutes
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Summary
charter-governance.yml,governance.yml, andgovernance-scorecard.ymlinto a singlegovernance.ymlworkflowWhat changed
charter-governance.yml(PR)governance.ymlgovernance.yml(PR)governance+scorecardjobsgovernance-scorecard.yml(PR + push)governance.yml, PR trigger removedci.yml(PR + push)release.yml(tag push)Notes
getGithubWorkflow()insetup.ts) still generatescharter-governance.ymlfor consumer repos — that is unaffectedverify:adffailure (cli_entry_loc: 215/200) is unrelated to this changeTest plan
pnpm test)pnpm run buildsucceedspnpm run typechecksucceedsCloses #54
🤖 Generated with Claude Code