[automated] Merge branch 'release/6.0.1xx' => 'release/6.0.4xx' (#19958)

This commit is contained in:
Marc Paine 2024-07-03 15:17:19 -07:00 committed by GitHub
commit ca10847c37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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'