15 lines
No EOL
300 B
YAML
15 lines
No EOL
300 B
YAML
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' |