Skip to content

Commit 90408c0

Browse files
authored
Move the code sync action to the release branch (#25003)
1 parent cdb3cbd commit 90408c0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/runtime-sync.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,12 +21,14 @@ jobs:
2121
# Test this script using changes in a fork
2222
repository: 'dotnet/aspnetcore'
2323
path: aspnetcore
24+
ref: release/5.0
2425
- name: Checkout runtime
2526
uses: actions/checkout@v2.0.0
2627
with:
2728
# Test this script using changes in a fork
2829
repository: 'dotnet/runtime'
2930
path: runtime
31+
ref: release/5.0-rc1
3032
- name: Copy
3133
shell: cmd
3234
working-directory: .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\
@@ -65,5 +67,6 @@ jobs:
6567
title: 'Sync shared code from runtime'
6668
body: 'This PR was automatically generated to sync shared code changes from runtime. Fixes #18943'
6769
labels: area-servers
70+
base: release/5.0
6871
branch: github-action/sync-runtime
6972
branch-suffix: timestamp

0 commit comments

Comments
 (0)