From 157a5d511f583b3f57d79c8f852688928f6d4da3 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:37:54 +0000 Subject: [PATCH 1/2] Initial plan From e73612928b76557c8fecb876fb8abc8851fe5363 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 24 Oct 2025 15:40:46 +0000 Subject: [PATCH 2/2] Add copilot[bot] to CLA allowlist Co-authored-by: stesee <168659+stesee@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 bdb90ce..664cdd7 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-document: 'https://raw.githubusercontent.com/Codeuctivity/PuppeteerSharp.Renderer/main/cla.md' # e.g. a CLA or a DCO document # branch should not be protected branch: 'cla' - allowlist: dependabot[bot],stesee + allowlist: dependabot[bot],stesee,copilot[bot] #below are the optional inputs - If the optional inputs are not given, then default values will be taken #remote-organization-name: enter the remote organization name where the signatures should be stored (Default is storing the signatures in the same repository)