Skip to content

Commit 3417052

Browse files
f-alizadaFarhad Alizada
authored andcommitted
[main] Add workflow file for interbranch merging (#106616)
Co-authored-by: Farhad Alizada <[email protected]>
1 parent 5d3acec commit 3417052

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
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

0 commit comments

Comments
 (0)