diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-02-19 15:16:13 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-19 15:16:13 -0500 |
commit | 20dfc94c5d0955003b0758cd0a1965140068973c (patch) | |
tree | a25cc2941b8cd16c1fd07d3f58c3cecec13aa734 | |
parent | 789edfcab7c629ff5d31db78d1db857b48368038 (diff) | |
parent | 0493b562dbc80519c83a6636d46813512bcccc7b (diff) |
Merge pull request #3587 from secondlife/geenz/cla-whitelist-update
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 |