Skip to content

Commit

Permalink
Merge 110670f into pr-baseline-20240621110933
Browse files Browse the repository at this point in the history
  • Loading branch information
dotnet-sb-bot authored Jul 2, 2024
2 parents ec70d79 + 110670f commit a0e6e25
Show file tree
Hide file tree
Showing 6 changed files with 176 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .github/policies/resourceManagement.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ configuration:
label: Area-ILLink
then:
- addReply:
reply: '@dotnet/illink-contrib a new issue has been filed in the ILLink area, please triage'
reply: '@dotnet/illink a new issue has been filed in the ILLink area, please triage'
description: Notify linker of new untriaged bugs
- if:
- payloadType: Pull_Request
Expand Down
6 changes: 3 additions & 3 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -61,13 +61,13 @@

# ILLink and ReadyToRun targets and tasks owned by runtime team
# Area-ILLink Area-ReadyToRun
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets @dotnet/illink-contrib
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ILLink.targets @dotnet/illink
/src/Tasks/Microsoft.NET.Build.Tasks/PrepareForReadyToRunCompilation.cs @AntonLapounov
/src/Tasks/Microsoft.NET.Build.Tasks/RunReadyToRunCompiler.cs @AntonLapounov
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs @dotnet/illink-contrib
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToRunILLink.cs @dotnet/illink
/test/Microsoft.NET.Publish.Tests/GivenThatWeWantToPublishReadyToRun.cs @AntonLapounov
# Publish.targets related to ILLink and ReadyToRun is own by both runtime and SDK team
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets @dotnet/illink-contrib @AntonLapounov @dotnet/dotnet-cli
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.Publish.targets @dotnet/illink @AntonLapounov @dotnet/dotnet-cli
# Area-ClickOnce
/src/Tasks/Microsoft.NET.Build.Tasks/targets/Microsoft.NET.ClickOnce.targets @sujitnayak

Expand Down
Loading

0 comments on commit a0e6e25

Please sign in to comment.