From ae69242bc4062c09e2b28ba32a759b72776dd38c Mon Sep 17 00:00:00 2001 From: Noah Horton Date: Wed, 14 Jan 2026 17:27:00 -0700 Subject: [PATCH] Fix CLA Assistant "Not Found" error Remove remote-organization-name and remote-repository-name parameters from CLA workflow. These parameters are only needed when storing signatures in a different repository. Since we store signatures in the same repo (on the IMPT_cla_signatures branch), these parameters were causing the action to look for a non-existent repository at "Unsupervised.com, Inc./deepwork". Co-Authored-By: Claude Opus 4.5 --- .github/workflows/cla.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 53e33d7..25cf668 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -31,10 +31,6 @@ jobs: branch: 'IMPT_cla_signatures' allowlist: 'dependabot[bot],github-actions[bot],claude,copilot' - # Customizable messages - remote-organization-name: 'Unsupervised.com, Inc.' - remote-repository-name: 'deepwork' - # Custom text for the CLA comment 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. ✅'