From 01e00f1eb76ade069c2ce8d42d340b8e9242e2c1 Mon Sep 17 00:00:00 2001 From: Bill Wagner Date: Wed, 22 Jul 2026 16:41:35 -0400 Subject: [PATCH] Specify version specifi. branch Found based on #1470 and #1471 In our 7/22 meeting, we merged updated features for both C# 8 and C# 9. The tools did the correct work, but made all commits on one branch. So, both of these PRs picked up changes from the v8 and v9 PRs. This change instructs the workflow to create the pull request branch name based on the base branch version it started with. Doing that means it will not accidentically cross versions when the automation runs. --- .github/workflows/update-on-merge.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/update-on-merge.yaml b/.github/workflows/update-on-merge.yaml index ce5d7280e..483afaef8 100644 --- a/.github/workflows/update-on-merge.yaml +++ b/.github/workflows/update-on-merge.yaml @@ -65,6 +65,7 @@ jobs: with: title: "Automated Section renumber and grammar extraction" body: "renumber sections. Add grammar" + branch: ${{ github.ref_name }}-renumber-sections-and-grammar - name: Run converter id: run-converter