Skip to content
Closed
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
28 changes: 28 additions & 0 deletions .github/workflows/governance.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# SPDX-License-Identifier: PMPL-1.0-or-later
# governance.yml — single wrapper that calls the shared estate governance
# bundle in hyperpolymath/standards instead of carrying ~8 local copies.
#
# Replaces (deleted in verisimiser#59):
# quality.yml, guix-nix-policy.yml, npm-bun-blocker.yml, ts-blocker.yml,
# security-policy.yml, rsr-antipattern.yml, wellknown-enforcement.yml,
# workflow-linter.yml
#
# Load-bearing workflows stay standalone in this repo:
# rust-ci, codeql, dependabot-automerge, release
# (plus repo-specific gates dogfood-gate / static-analysis-gate and the
# mirror/pages/scan plumbing, which have side effects or no PR noise).

name: Governance

on:
push:
branches: [main, master]
pull_request:
workflow_dispatch:

permissions:
contents: read

jobs:
governance:
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@main
36 changes: 0 additions & 36 deletions .github/workflows/guix-nix-policy.yml

This file was deleted.

21 changes: 0 additions & 21 deletions .github/workflows/npm-bun-blocker.yml

This file was deleted.

59 changes: 0 additions & 59 deletions .github/workflows/quality.yml

This file was deleted.

93 changes: 0 additions & 93 deletions .github/workflows/rsr-antipattern.yml

This file was deleted.

44 changes: 0 additions & 44 deletions .github/workflows/security-policy.yml

This file was deleted.

26 changes: 0 additions & 26 deletions .github/workflows/ts-blocker.yml

This file was deleted.

Loading
Loading