diff options
author | Jonathan "Geenz" Goodman <geenz@lindenlab.com> | 2025-02-19 15:04:03 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-19 15:04:03 -0500 |
commit | 789edfcab7c629ff5d31db78d1db857b48368038 (patch) | |
tree | bfb41554f4a5a053eeb752d2f701a91bdec152c5 /.github | |
parent | 5029f0322f264e17f7509952f7bf9812db17a9ec (diff) | |
parent | a1121eb8c0cf3074c769773cbac42482936916e2 (diff) |
Merge pull request #3586 from secondlife/geenz/cla-whitelist-update
Update allow list for CLA.
Diffstat (limited to '.github')
-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 013adc9ca8..19d325935d 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 + allowlist: [callum@mbp.localdomain, rye@lindenlab.com] |