From 8a3c668c10ce717ba2b2f420922961352158cfaa Mon Sep 17 00:00:00 2001 From: Stefan Seeland <168659+stesee@users.noreply.github.com> Date: Sat, 15 Nov 2025 20:20:09 +0100 Subject: [PATCH] Update CLA workflow and test dependencies Added github-copilot[bot] to CLA workflow allowlist. Updated Codeuctivity.SkiaSharpCompare and Microsoft.NET.Test.Sdk package versions in test project for improved compatibility and latest features. --- .github/workflows/cla.yml | 2 +- OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cla.yml b/.github/workflows/cla.yml index 6ebcdab1..381d60fc 100644 --- a/.github/workflows/cla.yml +++ b/.github/workflows/cla.yml @@ -22,7 +22,7 @@ jobs: path-to-document: "https://github.com/Codeuctivity/OpenXmlPowerTools/blob/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,github-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) diff --git a/OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj b/OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj index 90c64b72..414e9273 100644 --- a/OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj +++ b/OpenXmlPowerTools.Tests/OpenXmlPowerTools.Tests.csproj @@ -7,13 +7,13 @@ - + all runtime; build; native; contentfiles; analyzers; buildtransitive - + all