From 12cbdf55f2623c847f293c6416f651a15e4f610e Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:01:38 +0000 Subject: [PATCH 1/2] Initial plan From 13e21a5198d3a19ede692acd836f8fc673773832 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Thu, 22 Jan 2026 17:04:58 +0000 Subject: [PATCH 2/2] Add copilot[bot] and github-copilot[bot] to CLA allowlist Co-authored-by: ncrmro <8276365+ncrmro@users.noreply.github.com> --- .github/workflows/cla.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 08029cb5..d7d31e99 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -42,7 +42,7 @@ jobs: path-to-document: 'https://github.com/${{ github.repository }}/blob/main/CLA/version_1/CLA.md' # Branch where CLA signatures will be stored branch: 'IMPT_cla_signatures' - allowlist: 'dependabot[bot],github-actions[bot],claude,copilot,copilot-swe-agent[bot],*[bot]' + allowlist: 'dependabot[bot],github-actions[bot],copilot[bot],github-copilot[bot],claude,copilot,copilot-swe-agent[bot],*[bot]' # Custom text for the CLA comment custom-pr-sign-comment: 'I have read the CLA Document and I hereby sign the CLA'