From 8ac534e8ac88019232041bba8b4094ded5ff4889 Mon Sep 17 00:00:00 2001 From: Aryan Date: Mon, 20 Apr 2026 09:33:59 +0530 Subject: [PATCH] Add 'weblate' to CLA allowlist (#209) --- .github/workflows/cla.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 0fc8487..99cacfa 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -25,7 +25,7 @@ jobs: path-to-signatures: 'signatures.json' path-to-document: 'https://github.com/Aryan-Raj3112/episteme/blob/main/CLA.md' branch: 'cla-signatures' - allowlist: 'bot*,dependabot*' + allowlist: 'bot*,dependabot*,weblate' # Custom messages custom-notsigned-prcomment: | @@ -43,4 +43,4 @@ jobs: You only need to do this once. It covers all future contributions. custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA' - custom-allsigned-prcomment: 'All contributors have signed the CLA. ✅' \ No newline at end of file + custom-allsigned-prcomment: 'All contributors have signed the CLA. ✅'