From 14b1977f3507ea280aaf6b2a078043fb61af8720 Mon Sep 17 00:00:00 2001
From: "Jonathan D.A. Jewell" <6759885+hyperpolymath@users.noreply.github.com>
Date: Tue, 21 Jul 2026 07:30:16 +0100
Subject: [PATCH] fix(ci): add missing SPDX headers to workflow files
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

The Governance reusable's "Workflow security linter" job requires every
.github/workflows/*.yml to carry an SPDX-License-Identifier on line 1. These
files were missing it, so the Governance workflow failed on every push — one
more red workflow feeding the ci_activity notification flood.

Identifier (MPL-2.0) is taken from this repo's own existing workflow headers,
which agree unanimously — not assumed. Files: pages.yml

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---
 .github/workflows/pages.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index 649dcb1..2697b6e 100755
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -1,3 +1,4 @@
+# SPDX-License-Identifier: MPL-2.0
 name: GitHub Pages (Ddraig SSG)
 on:
   push:
