We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0e25ee3 + f611277 commit e2527e1Copy full SHA for e2527e1
1 file changed
.github/workflows/spark-theatre-gate.yml
@@ -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