Skip to content

Commit 47f5db8

Browse files
authored
Specify version specifi. branch (#1745)
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.
1 parent 2f48523 commit 47f5db8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/update-on-merge.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ jobs:
6565
with:
6666
title: "Automated Section renumber and grammar extraction"
6767
body: "renumber sections. Add grammar"
68+
branch: ${{ github.ref_name }}-renumber-sections-and-grammar
6869

6970
- name: Run converter
7071
id: run-converter

0 commit comments

Comments
 (0)