Skip to content

Commit 511ea8b

Browse files
authored
fix config
1 parent 5585ba5 commit 511ea8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scheduled-branch-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@ jobs:
2121
if: github.repository == 'dotnet/roslyn'
2222
uses: dotnet/arcade/.github/workflows/inter-branch-merge-base.yml@main
2323
with:
24-
configuration_file_path: 'eng/config/community-to-main-branch-merge.jsonc'
24+
configuration_file_path: 'eng/config/feature-branch-merge.jsonc'
2525
configuration_file_branch: ${{ inputs.configuration_file_branch || 'main' }}

0 commit comments

Comments
 (0)