We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5585ba5 commit 511ea8bCopy full SHA for 511ea8b
.github/workflows/scheduled-branch-merge.yml
@@ -21,5 +21,5 @@ jobs:
21
if: github.repository == 'dotnet/roslyn'
22
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
23
with:
24
- configuration_file_path: 'eng/config/community-to-main-branch-merge.jsonc'
+ configuration_file_path: 'eng/config/feature-branch-merge.jsonc'
25
configuration_file_branch: ${{ inputs.configuration_file_branch || 'main' }}
0 commit comments