diff options
| author | Signal Linden <signal@lindenlab.com> | 2025-11-04 09:17:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-04 09:17:10 -0800 |
| commit | 695203be48ab0c0a780812d519af98ed6c08390d (patch) | |
| tree | ef919f585713af8c410b20d77c1f0e9f16e30945 /.github/workflows | |
| parent | 3504aca5ae188b05a9334251c6d74945892874e0 (diff) | |
Add bot* to allowlist in CLA workflow
Diffstat (limited to '.github/workflows')
| -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 627ba512c4..5b31c584d5 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,rye + allowlist: callum@mbp.localdomain,rye@lindenlab.com,rye,bot* |
