Skip to content

Commit

Permalink
Sync shared code from runtime (dotnet#47833)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Apr 24, 2023
1 parent 442d656 commit 62f0f80
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/Shared/runtime/ReadMe.SharedCode.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ dotnet/aspnetcore code paths:
- `(aspnetcore) PS D:\github\aspnetcore\src\Shared\test\Shared.Tests> dotnet test`
- `(aspnetcore) PS D:\github\aspnetcore\src\servers\Kestrel\core\test> dotnet test`

## Automation
## GitHub Actions

In dotnet/aspnetcore, the [runtime-sync](https://github.com/dotnet/aspnetcore/actions/workflows/runtime-sync.yml) GitHub action automatically creates PRs to pull in changes from dotnet/runtime.

In dotnet/runtime, the [aspnetcore-sync](https://github.com/dotnet/runtime/actions/workflows/aspnetcore-sync.yml) GitHub action must be run **manually** to create PRs to pull in changes from dotnet/aspnetcore.
This is expected to be less common.

0 comments on commit 62f0f80

Please sign in to comment.