Skip to content

Commit a3ab5e3

Browse files
devversionjelbourn
authored andcommitted
build: branch manager should use "7.3.x" as patch branch (#15097)
Updates the branch manager to validate patch PRs against the `7.3.x` branch. This is necessary because currently some PRs are marked as failing because they no longer apply to the outdated `7.2.x` branch.
1 parent 664593a commit a3ab5e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/branch-manager.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
enabled: true
22

33
branches:
4-
- branchName: 7.2.x
4+
- branchName: 7.3.x
55
label: "target: patch"
66
- branchName: 7.x
77
label: "target: minor"

0 commit comments

Comments
 (0)