Merge commit 'ca10847c37a7c0804346f49ca4b945c0b80698cc'

This commit is contained in:
Mirroring 2024-07-03 22:20:15 +00:00
commit e8e919b27c

View file

@ -0,0 +1,15 @@
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
with:
configuration_file_branch: 'release/8.0.4xx'