Skip to content

Commit a80e83e

Browse files
hyperpolymathclaude
andcommitted
chore(ci): replace 8 governance workflows with standards caller (verisimiser#59)
Estate rollout of the single governance wrapper. Deletes 8 duplicated per-repo governance workflow copies and replaces them with one governance.yml that calls hyperpolymath/standards/.github/workflows/governance-reusable.yml. Depends on hyperpolymath/standards#81 (merge first; the governance job resolves @main and goes green once the reusable workflow exists). Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent d560676 commit a80e83e

9 files changed

Lines changed: 20 additions & 629 deletions

.github/workflows/governance.yml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-License-Identifier: PMPL-1.0
2+
# governance.yml — single wrapper calling the shared estate governance bundle
3+
# in hyperpolymath/standards. Replaces ~8 duplicated per-repo governance
4+
# workflows (verisimiser#59 estate rollout). Load-bearing build/security
5+
# workflows (rust-ci, codeql, dependabot, release, secret-scanner, scorecard)
6+
# stay standalone in this repo.
7+
name: Governance
8+
9+
on:
10+
push:
11+
branches: [main, master]
12+
pull_request:
13+
workflow_dispatch:
14+
15+
permissions:
16+
contents: read
17+
18+
jobs:
19+
governance:
20+
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main

.github/workflows/guix-nix-policy.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

.github/workflows/npm-bun-blocker.yml

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/quality.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

.github/workflows/rsr-antipattern.yml

Lines changed: 0 additions & 193 deletions
This file was deleted.

.github/workflows/security-policy.yml

Lines changed: 0 additions & 43 deletions
This file was deleted.

0 commit comments

Comments
 (0)