Skip to content

Commit ffda4ff

Browse files
ci(spark): adopt estate SPARK Theatre Gate (#135) (#52)
Thin caller of the reusable `hyperpolymath/standards` SPARK Theatre Gate, pinned to the #141 merge commit `462003782f3ebb93ea763e81d0d199ce13ef7d73` per the estate action-pinning policy. Makes anti-theatre enforcement live here. Refs hyperpolymath/standards#124 Refs hyperpolymath/standards#135 Co-authored-by: hyperpolymath <hyperpolymath@users.noreply.github.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 5fb347a commit ffda4ff

1 file changed

Lines changed: 21 additions & 0 deletions

File tree

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# SPDX-License-Identifier: PMPL-1.0
2+
# Estate SPARK Theatre Gate — thin caller of the reusable workflow in
3+
# hyperpolymath/standards (#135 / #141). Pinned by commit SHA per the
4+
# estate action-pinning policy. Regenerate the pin only when the reusable
5+
# workflow is intentionally bumped.
6+
name: SPARK Theatre Gate
7+
8+
on:
9+
pull_request:
10+
push:
11+
branches: [main, master]
12+
13+
permissions:
14+
contents: read
15+
16+
jobs:
17+
spark-theatre-gate:
18+
uses: hyperpolymath/standards/.github/workflows/spark-theatre-gate.yml@462003782f3ebb93ea763e81d0d199ce13ef7d73
19+
with:
20+
paths: "."
21+
enforce_zero_contract: false

0 commit comments

Comments
 (0)