From 68f1828e3c8a4e02d9b0a55bdce50eecc8a7a379 Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Wed, 4 Jun 2025 19:59:01 +0500 Subject: [PATCH] chore: add blink-so to CLA allowlist --- .github/workflows/cla.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yaml b/.github/workflows/cla.yaml index 71c2e905..45f72487 100644 --- a/.github/workflows/cla.yaml +++ b/.github/workflows/cla.yaml @@ -23,4 +23,4 @@ jobs: path-to-document: 'https://github.com/coder/cla/blob/main/README.md' # branch should not be protected branch: 'main' - allowlist: dependabot* + allowlist: 'dependabot*,blink-so*'