Skip to content

Commit

Permalink
Merge pull request #8188 from dotnet/backport/pr-8140-to-release/6.0.4xx
Browse files Browse the repository at this point in the history
[release/6.0.4xx] Onboard new inter-branch merge flow [Workflow]
  • Loading branch information
v-wuzhai authored Jul 4, 2024
2 parents 23b6771 + 29df15d commit 6a10e9e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/inter-branch-merge-flow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
name: Inter-branch merge workflow
on:
push:
branches:
- release/**

permissions:
contents: write
pull-requests: write

jobs:
Merge:
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main

0 comments on commit 6a10e9e

Please sign in to comment.