Move the code sync action to the release branch (#25003)
This commit is contained in:
parent
cdb3cbd620
commit
90408c0191
|
|
@ -21,12 +21,14 @@ jobs:
|
||||||
# Test this script using changes in a fork
|
# Test this script using changes in a fork
|
||||||
repository: 'dotnet/aspnetcore'
|
repository: 'dotnet/aspnetcore'
|
||||||
path: aspnetcore
|
path: aspnetcore
|
||||||
|
ref: release/5.0
|
||||||
- name: Checkout runtime
|
- name: Checkout runtime
|
||||||
uses: actions/checkout@v2.0.0
|
uses: actions/checkout@v2.0.0
|
||||||
with:
|
with:
|
||||||
# Test this script using changes in a fork
|
# Test this script using changes in a fork
|
||||||
repository: 'dotnet/runtime'
|
repository: 'dotnet/runtime'
|
||||||
path: runtime
|
path: runtime
|
||||||
|
ref: release/5.0-rc1
|
||||||
- name: Copy
|
- name: Copy
|
||||||
shell: cmd
|
shell: cmd
|
||||||
working-directory: .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\
|
working-directory: .\runtime\src\libraries\Common\src\System\Net\Http\aspnetcore\
|
||||||
|
|
@ -65,5 +67,6 @@ jobs:
|
||||||
title: 'Sync shared code from runtime'
|
title: 'Sync shared code from runtime'
|
||||||
body: 'This PR was automatically generated to sync shared code changes from runtime. Fixes #18943'
|
body: 'This PR was automatically generated to sync shared code changes from runtime. Fixes #18943'
|
||||||
labels: area-servers
|
labels: area-servers
|
||||||
|
base: release/5.0
|
||||||
branch: github-action/sync-runtime
|
branch: github-action/sync-runtime
|
||||||
branch-suffix: timestamp
|
branch-suffix: timestamp
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue