From 97e2bf1929a0ac2be221202c1de2eb2847857aff Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:11:22 +0000 Subject: [PATCH 1/2] Initial plan From 6179d858661efc0c1a2d02c145b9a9840228db1f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 21 Oct 2025 09:24:09 +0000 Subject: [PATCH 2/2] Update backport workflow to exclude release notes and eng/common files Co-authored-by: T-Gro <46543583+T-Gro@users.noreply.github.com> --- .github/workflows/backport.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/backport.yml b/.github/workflows/backport.yml index d604ff41ead..b0d5293c1d0 100644 --- a/.github/workflows/backport.yml +++ b/.github/workflows/backport.yml @@ -17,11 +17,14 @@ jobs: if: ${{ contains(github.event.comment.body, '/backport to') || github.event_name == 'schedule' }} uses: dotnet/arcade/.github/workflows/backport-base.yml@main with: + additional_git_am_switches: '--exclude=docs/release-notes/* --exclude=eng/common/* --whitespace=fix' pr_description_template: | Backport of #%source_pr_number% to %target_branch% /cc %cc_users% + **Note:** Release notes and `eng/common` files are excluded from this backport. If release notes are needed, they should be added manually to the appropriate version file for this branch. + ## Customer Impact ## Testing