Skip to content

Commit ca10847

Browse files
authored
[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#19958)
2 parents 37e3da1 + 49acd51 commit ca10847

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: Inter-branch merge workflow
2+
on:
3+
push:
4+
branches:
5+
- release/**
6+
7+
permissions:
8+
contents: write
9+
pull-requests: write
10+
11+
jobs:
12+
Merge:
13+
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
14+
with:
15+
configuration_file_branch: 'release/8.0.4xx'

0 commit comments

Comments
 (0)