Commit 5b23a18
fix(ci): add missing SPDX headers to workflow files (#128)
The `Governance` workflow fails on every push here. Its **Workflow
security linter** job requires every `.github/workflows/*.yml` to carry
an `SPDX-License-Identifier` comment on **line 1**:
```
ERROR: .github/workflows/<file> missing SPDX header
Add SPDX header + permissions:
```
This is a real gate catching a real gap — the files below never had the
header. Each failure is another red workflow feeding the `ci_activity`
notification flood.
### Licence identifier
`MPL-2.0` — taken from **this repo's own existing workflow headers**,
which agree unanimously. It is *not* assumed or copied from a template.
Repos with mixed or absent identifiers were deliberately skipped for a
manual decision rather than guessed, because an earlier estate sweep
flattened co-developed AGPL repos to MPL-2.0.
### Files
`pages.yml`
Pure one-line prepend — no other content is touched.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>1 parent 07c82e6 commit 5b23a18
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
3 | 4 | | |
| |||
0 commit comments