From f80ee6a6821dd99f67d3637a23032765599230aa Mon Sep 17 00:00:00 2001 From: Johnny Miller <163300+millerjp@users.noreply.github.com> Date: Tue, 21 Apr 2026 07:19:51 +0200 Subject: [PATCH] chore(cla): pre-seed maintainer signature to break initial catch-22 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The CLA Assistant bot can only record signatures by committing to signatures/version1/cla.json. Branch protection requires PR review + CLA-signed status. A maintainer's own first PR would therefore block: the bot cannot commit a signature until the PR merges, but the PR cannot merge until the CLA is signed. Pre-populate signatures/version1/cla.json with the maintainer (Johnny Miller / @millerjp, user id 163300) dated 2026-04-21T07:30:00Z. Shape matches the CLA Assistant wire format exactly so any future signatures append alongside this one without schema drift. Regenerate CONTRIBUTORS.md from the updated signatures file via scripts/generate-contributors.sh — byte-equality guard (#18) continues to hold. --- CONTRIBUTORS.md | 10 +++++++++- signatures/version1/cla.json | 12 +++++++++++- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 9bf610d..a04a1d8 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -7,4 +7,12 @@ Agreement](./CLA.md) and contributed to `github.com/axonops/syncmap`. > by `.github/workflows/contributors.yml` every time a new signature > lands. Do not edit it by hand — edits are overwritten. -_No contributors have signed yet. Be the first — open a pull request._ +## Signatories + +| Contributor | GitHub | Signed (UTC) | First PR | +|---|---|---|---| +| Johnny Miller | [@millerjp](https://github.com/millerjp) | 2026-04-21 | — | + +--- + +_1 contributor so far. Full signature records live in [`signatures/version1/cla.json`](./signatures/version1/cla.json)._ diff --git a/signatures/version1/cla.json b/signatures/version1/cla.json index 6d978e7..2db7bbe 100644 --- a/signatures/version1/cla.json +++ b/signatures/version1/cla.json @@ -1,3 +1,13 @@ { - "signedContributors": [] + "signedContributors": [ + { + "name": "Johnny Miller", + "id": 163300, + "comment_id": 0, + "created_at": "2026-04-21T07:30:00Z", + "repoId": 1215690488, + "pullRequestNo": 0, + "login": "millerjp" + } + ] }