diff options
author | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-02-19 15:14:50 -0500 |
---|---|---|
committer | Jonathan "Geenz" Goodman <geenz@geenzo.com> | 2025-02-19 15:14:50 -0500 |
commit | 1fe6031a12f54c530e6afbc911fc7bee8f9f013f (patch) | |
tree | a25cc2941b8cd16c1fd07d3f58c3cecec13aa734 | |
parent | a1121eb8c0cf3074c769773cbac42482936916e2 (diff) |
CLA wants a comma separated string.
-rw-r--r-- | .github/workflows/cla.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 19d325935d..7866f943b5 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -23,4 +23,4 @@ jobs: path-to-signatures: signatures.json remote-organization-name: secondlife remote-repository-name: cla-signatures - allowlist: [callum@mbp.localdomain, rye@lindenlab.com] + allowlist: callum@mbp.localdomain,rye@lindenlab.com |