Skip to content

Update CI workflow owner guards and repo references from dotnet to microsoft#15466

Open
sebastienros wants to merge 3 commits intomicrosoft:release/13.2from
sebastienros:sebros/backport-15452-release-13.2
Open

Update CI workflow owner guards and repo references from dotnet to microsoft#15466
sebastienros wants to merge 3 commits intomicrosoft:release/13.2from
sebastienros:sebros/backport-15452-release-13.2

Conversation

@sebastienros
Copy link
Contributor

Description

Backport of #15452 to release/13.2.

This updates CI workflow owner guards from github.repository_owner == 'dotnet' to github.repository_owner == 'microsoft' and updates repository references from dotnet/aspire to microsoft/aspire on the release branch.

The backport was applied by replaying the original PR commits onto release/13.2, resolving release-only conflicts, and adding a small follow-up commit for release-specific references that do not exist on main.

Validation:

  • ./restore.sh
  • ./dotnet.sh build Aspire-Core.slnf /p:SkipNativeBuild=true

Fixes # (issue)

Checklist

  • Is this feature complete?
    • Yes. Ready to ship.
    • No. Follow-up changes expected.
  • Are you including unit tests for the changes and scenario tests if relevant?
    • Yes
    • No
  • Did you add public API?
    • Yes
      • If yes, did you have an API Review for it?
        • Yes
        • No
      • Did you add <remarks /> and <code /> elements on your triple slash comments?
        • Yes
        • No
    • No
  • Does the change make any security assumptions or guarantees?
    • Yes
      • If yes, have you done a threat model and had a security review?
        • Yes
        • No
    • No
  • Does the change require an update in our Aspire docs?

joperezr and others added 3 commits March 20, 2026 19:17
Updated all GitHub Actions workflow owner guards from
repository_owner == 'dotnet' to repository_owner == 'microsoft'
across 24 workflow files.

Replaced all dotnet/aspire repository references with microsoft/aspire
across 288 files including workflows, scripts, tests, READMEs, source
code, templates, and documentation. Preserved aka.ms short links
pointing to dotnet/aspire as those are external redirects.

Fixed SigstoreNpmProvenanceCheckerTests expectedOwner to match the
updated URL.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
The microsoft org disables GITHUB_TOKEN from creating PRs. This updates
all 10 workflows that create PRs to use a GitHub App installation token
(via actions/create-github-app-token) instead.

- 9 workflows: add app token step, pass to existing PR creation logic
- backport: rewrite locally (arcade reusable workflow doesn't accept
  custom tokens), filed dotnet/arcade#16585 for upstream support
- release-github-tasks: also fix head: -> branch: bug in PR creation

Replicates changes from microsoft/aspire-internal-reorg-temp#10.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot AI review requested due to automatic review settings March 21, 2026 02:23
@github-actions
Copy link
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.sh | bash -s -- 15466

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/microsoft/aspire/main/eng/scripts/get-aspire-cli-pr.ps1) } 15466"

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Backport to release/13.2 aligning repo/org references after the Aspire repository move, ensuring CI and automation workflows run under the microsoft org and that documentation/scripts point at microsoft/aspire.

Changes:

  • Updated GitHub Actions workflow owner guards from github.repository_owner == 'dotnet' to == 'microsoft'.
  • Updated repository links/references from dotnet/aspire to microsoft/aspire across scripts, docs, tests, templates, and READMEs.
  • Updated select automation workflows to mint and use a GitHub App token for PR creation instead of GITHUB_TOKEN.

Reviewed changes

Copilot reviewed 290 out of 290 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
tools/scripts/README.md Update repo references/URLs to microsoft/aspire.
tools/scripts/DownloadFailingJobLogs.cs Default repo changed to microsoft/aspire.
tools/ReleaseNotes/docs/commit-analysis.md Update PR links to microsoft/aspire.
tools/ReleaseNotes/docs/api-documentation.md Update documentation root references to microsoft/aspire.
tools/ReleaseNotes/data/whats-new-93.md Update GitHub links to microsoft/aspire/microsoft/aspire-samples.
tools/ReleaseNotes/data/whats-new-92.md Update GitHub links and xref to microsoft/aspire.
tools/QuarantineTools/README.md Update issue URLs to microsoft/aspire.
tests/helix/send-to-helix-inner.proj Update issue/PR links to microsoft/aspire.
tests/Shared/TemplatesTesting/BuildEnvironment.cs Update README link to microsoft/aspire.
tests/Aspire.TestUtilities/RequiresFeatureAttribute.cs Update issue links to microsoft/aspire.
tests/Aspire.Templates.Tests/PerTestFrameworkTemplatesTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Templates.Tests/BuildAndRunTemplateTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Templates.Tests/Aspire.Templates.Tests.csproj Update issue link to microsoft/aspire.
tests/Aspire.StackExchange.Redis.Tests/AspireRedisExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.RabbitMQ.Client.Tests/AspireRabbitMQLoggingTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Pomelo.EntityFrameworkCore.MySql.Tests/AspireEFMySqlExtensionsTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Pomelo.EntityFrameworkCore.MySql.Tests/Aspire.Pomelo.EntityFrameworkCore.MySql.Tests.csproj Update PR link to microsoft/aspire.
tests/Aspire.Playground.Tests/ProjectSpecificTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Playground.Tests/Aspire.Playground.Tests.csproj Update issue link to microsoft/aspire.
tests/Aspire.Playground.Tests/AppHostTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Yarp.Tests/YarpFunctionalTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Valkey.Tests/ValkeyFunctionalTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/WithHttpCommandTests.cs Normalize header/comment + update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/Utils/TestDistributedApplicationBuilder.cs Update PR link to microsoft/aspire.
tests/Aspire.Hosting.Tests/SlimTestProgramTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/Pipelines/DistributedApplicationPipelineTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/DistributedApplicationTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/Cli/CliOrphanDetectorTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Tests/Backchannel/Exec/ProjectResourceExecTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Testing.Tests/TestingFactoryTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Sdk.Tests/NuGetUtils.Tests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Python.Tests/AddPythonAppTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Oracle.Tests/OracleFunctionalTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.OpenAI.Tests/OpenAIFunctionalTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Kubernetes.Tests/KubernetesEnvironmentResourceTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Kafka.Tests/KafkaFunctionalTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.JavaScript.Tests/NodeFunctionalTests.cs Normalize header/comment + update issue links to microsoft/aspire.
tests/Aspire.Hosting.Docker.Tests/DockerComposeTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureServiceBusExtensionsTests.cs Normalize header/comment + update issue links to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureEnvironmentResourceTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureDeployerTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureCosmosDBEmulatorFunctionalTests.cs Normalize header/comment + update issue links to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureContainerAppsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureBicepResourceTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Hosting.Azure.Tests/AzureAppServiceTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Hosting.Azure.Kusto.Tests/KustoFunctionalTests.cs Update issue links to microsoft/aspire.
tests/Aspire.EndToEnd.Tests/README.md Update PR link to microsoft/aspire.
tests/Aspire.Deployment.EndToEnd.Tests/Helpers/DeploymentE2EAutomatorHelpers.cs Update raw.githubusercontent.com + gh api repo paths to microsoft/aspire.
tests/Aspire.Deployment.EndToEnd.Tests/AcaDeploymentErrorOutputTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Dashboard.Tests/CircularBufferTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Confluent.Kafka.Tests/OtelTracesTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Confluent.Kafka.Tests/OtelMetricsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Components.Common.TestUtilities/Aspire.Components.Common.TestUtilities.csproj Update PR link to microsoft/aspire.
tests/Aspire.Cli.Tests/Projects/ProjectUpdaterTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.Tests/Projects/ProjectLocatorTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Cli.Tests/Interaction/ConsoleInteractionServiceTests.cs Update PR/issue links to microsoft/aspire.
tests/Aspire.Cli.Tests/Commands/RunCommandTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.Tests/Commands/ExtensionInternalCommandTests.cs Update issue links to microsoft/aspire.
tests/Aspire.Cli.Tests/Commands/DeployCommandTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.Tests/Agents/SigstoreNpmProvenanceCheckerTests.cs Update expected URL/owner for microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/WaitCommandTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/StopNonInteractiveTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/SmokeTests.cs Normalize header/comment + update issue link to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/PlaywrightCliInstallTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/JsReactTemplateTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/Helpers/CliE2EAutomatorHelpers.cs Update raw.githubusercontent.com + gh api repo paths to microsoft/aspire.
tests/Aspire.Cli.EndToEnd.Tests/BannerTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Storage.Queues.Tests/AspireQueueStorageExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Storage.Files.DataLake.Tests/AspireDataLakeExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Storage.Blobs.Tests/AspireBlobStorageExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Security.KeyVault.Tests/AspireKeyVaultExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Search.Documents.Tests/AspireAzureSearchExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Messaging.ServiceBus.Tests/AspireServiceBusExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Messaging.EventHubs.Tests/AspireEventHubsExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.Data.Tables.Tests/AspireTablesExtensionsTests.cs Update issue link to microsoft/aspire.
tests/Aspire.Azure.AI.OpenAI.Tests/AspireAzureAIOpenAIExtensionsTests.cs Update issue link to microsoft/aspire.
src/Components/README.md Update contribution references to microsoft/aspire.
src/Components/Aspire.StackExchange.Redis/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.StackExchange.Redis.OutputCaching/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.StackExchange.Redis.DistributedCaching/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Seq/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.RabbitMQ.Client/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.RabbitMQ.Client/AspireRabbitMQExtensions.cs Update issue link to microsoft/aspire.
src/Components/Aspire.Qdrant.Client/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Pomelo.EntityFrameworkCore.MySql/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Oracle.EntityFrameworkCore/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.OpenAI/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Npgsql/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Npgsql.EntityFrameworkCore.PostgreSQL/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.NATS.Net/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.MySqlConnector/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.MongoDB.EntityFrameworkCore/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.MongoDB.Driver/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Milvus.Client/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Microsoft.EntityFrameworkCore.SqlServer/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Microsoft.EntityFrameworkCore.Cosmos/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Microsoft.Data.SqlClient/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Microsoft.Azure.StackExchangeRedis/README.md Update repo link to microsoft/aspire.
src/Components/Aspire.Microsoft.Azure.Cosmos/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Keycloak.Authentication/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Confluent.Kafka/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Storage.Queues/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Storage.Files.DataLake/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Storage.Blobs/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Security.KeyVault/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Search.Documents/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Npgsql/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Messaging.WebPubSub/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Messaging.ServiceBus/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Messaging.EventHubs/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.Data.Tables/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.AI.OpenAI/README.md Update repo links to microsoft/aspire.
src/Components/Aspire.Azure.AI.Inference/README.md Update repo links to microsoft/aspire.
src/Aspire.ProjectTemplates/templates/aspire-ts-cs-starter/frontend/src/App.tsx Update GitHub link to microsoft/aspire.
src/Aspire.ProjectTemplates/templates/aspire-py-starter/frontend/src/App.tsx Update GitHub link to microsoft/aspire.
src/Aspire.ProjectTemplates/Aspire.ProjectTemplates.csproj Update PR link to microsoft/aspire.
src/Aspire.Hosting/README.md Update spec + repo links to microsoft/aspire.
src/Aspire.Hosting/Health/ResourceHealthCheckService.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting/Exec/ExecResourceManager.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting/DotnetToolResourceExtensions.cs Update PR link to microsoft/aspire.
src/Aspire.Hosting/DistributedApplicationBuilder.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting/Dcp/DcpExecutor.cs Update issue/spec links to microsoft/aspire.
src/Aspire.Hosting/Dashboard/proto/dashboard_service.proto Update issue link to microsoft/aspire.
src/Aspire.Hosting/ApplicationModel/CommandsConfigurationExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Yarp/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Valkey/ValkeyBuilderExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Valkey/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.SqlServer/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Seq/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Redis/RedisBuilderExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Redis/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.RabbitMQ/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Qdrant/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Qdrant/QdrantBuilderExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.PostgreSQL/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Orleans/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Oracle/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.OpenAI/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Nats/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.MySql/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.MongoDB/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Milvus/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Milvus/MilvusContainerImageTags.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Maui/README.md Update issues URL to microsoft/aspire.
src/Aspire.Hosting.Kubernetes/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Kubernetes/KubernetesResource.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Kubernetes/Extensions/ResourceExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Keycloak/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Kafka/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.JavaScript/README.md Update sample + repo links to microsoft/aspire(-samples).
src/Aspire.Hosting.GitHub.Models/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Garnet/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Garnet/GarnetBuilderExtensions.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Foundry/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Docker/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.DevTunnels/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.WebPubSub/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.Storage/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.Sql/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.Sql/AzureSqlServerResource.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Azure.SignalR/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.ServiceBus/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.Search/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.Redis/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.PostgreSQL/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.OperationalInsights/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.Network/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.Kusto/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.Functions/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.EventHubs/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.CosmosDB/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.CognitiveServices/README.md Update repo links to microsoft/aspire.
src/Aspire.Hosting.Azure.ApplicationInsights/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.AppService/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.Azure.AppContainers/ContainerAppJobContext.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Azure.AppContainers/ContainerAppContext.cs Update issue link to microsoft/aspire.
src/Aspire.Hosting.Azure.AppConfiguration/README.md Update repo link to microsoft/aspire.
src/Aspire.Hosting.AppHost/build/Aspire.Hosting.AppHost.props Update issue link to microsoft/aspire.
src/Aspire.Hosting.AppHost/README.md Update repo link to microsoft/aspire.
src/Aspire.Dashboard/wwwroot/css/app.css Update issue link to microsoft/aspire.
src/Aspire.Dashboard/Model/ResourceViewModel.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Utils/ConfigurationHelper.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Utils/CliHostEnvironment.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Templating/Templates/ts-starter/frontend/src/App.tsx Update GitHub link to microsoft/aspire.
src/Aspire.Cli/Templating/DotNetTemplateFactory.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/README.md Update documentation + repo links.
src/Aspire.Cli/Projects/ProjectLocator.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Projects/LanguageService.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Program.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/NuGet/NuGetPackagePrefetcher.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Interaction/ConsoleInteractionService.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Configuration/ConfigurationService.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Configuration/AspireConfigFile.cs Update issue links to microsoft/aspire.
src/Aspire.Cli/Commands/AddCommand.cs Update issue link to microsoft/aspire.
src/Aspire.Cli/Agents/CommonAgentApplicators.cs Update docs link to learn.microsoft.com/microsoft/aspire.
src/Aspire.AppHost.Sdk/SDK/Sdk.in.targets Update issue link to microsoft/aspire.
playground/orleans/Orleans.AppHost/Program.cs Update issue link to microsoft/aspire.
playground/TestShop/MyFrontend/Components/Layout/AppFooter.razor Update repo/license links to microsoft/aspire.
playground/SqlServerScript/AppHost1/api2-roles-mysqlserver.module.bicep Update issue link to microsoft/aspire.
playground/SqlServerScript/AppHost1/api1-roles-mysqlserver.module.bicep Update issue link to microsoft/aspire.
playground/README.md Update samples repo link to microsoft/aspire-samples.
playground/ParameterEndToEnd/ParameterEndToEnd.AppHost/AppHost.cs Update hyperlink to microsoft/aspire.
playground/FoundryAgentEnterprise/frontend/src/App.tsx Update GitHub link to microsoft/aspire.
extension/package.json Update bugs/repo URLs to microsoft/aspire.
extension/README.md Update image/raw URLs + issue links to microsoft/aspire.
eng/winget/microsoft.aspire/Aspire.locale.en-US.yaml.template Update support/license URLs to microsoft/aspire.
eng/winget/microsoft.aspire.prerelease/Aspire.locale.en-US.yaml.template Update support/license URLs to microsoft/aspire.
eng/scripts/get-cli-e2e-recording.sh Default repo changed to microsoft/aspire.
eng/scripts/get-cli-e2e-recording.ps1 Default repo changed to microsoft/aspire.
eng/scripts/get-aspire-cli.sh Update issue URLs to microsoft/aspire.
eng/scripts/get-aspire-cli.ps1 Update issue URL to microsoft/aspire.
eng/scripts/get-aspire-cli-pr.sh Default repo changed to microsoft/aspire + update URLs.
eng/scripts/README.md Update install/override examples to microsoft/aspire.
eng/pipelines/templates/BuildAndTest.yml Update issue link to microsoft/aspire.
eng/pipelines/release-publish-nuget.yml Update repo naming + service connection label.
eng/pipelines/README.md Update repo reference to microsoft/aspire.
eng/Signing.props Update issue link to microsoft/aspire.
docs/specs/polyglot-apphost.md Update clone URL to microsoft/aspire.
docs/specs/polyglot-apphost-testing.md Update issue link to microsoft/aspire.
docs/specs/dashboard-http-api.md Update issue/PR links to microsoft/aspire.
docs/specs/bundle.md Update releases URL to microsoft/aspire.
docs/specs/appmodel.md Update source link to microsoft/aspire.
docs/release-process.md Update repo references + releases link + service connection naming.
docs/quarantined-tests.md Update issue link to microsoft/aspire.
docs/machine-requirements.md Update commit link to microsoft/aspire.
docs/dogfooding-pull-requests.md Update defaults and script URLs to microsoft/aspire.
README.md Update badges/labels/samples links to microsoft/aspire.
Directory.Build.props Update package project URL to microsoft/aspire + issue links.
AGENTS.md Update quarantine/disable command examples to microsoft/aspire.
.github/workflows/update-github-models.yml Owner guard to microsoft + use GitHub App token for PR creation.
.github/workflows/update-dependencies.yml Owner guard to microsoft + use GitHub App token for PR creation.
.github/workflows/update-ai-foundry-models.yml Owner guard to microsoft + use GitHub App token for PR creation.
.github/workflows/tests.yml Results job owner guard to microsoft.
.github/workflows/tests-quarantine.yml Update issue link to microsoft/aspire.
.github/workflows/tests-outerloop.yml Update issue link to microsoft/aspire.
.github/workflows/specialized-test-runner.yml Owner guards updated to microsoft.
.github/workflows/refresh-typescript-sdks.yml Owner guard updated to microsoft.
.github/workflows/refresh-manifests.yml Owner guard updated to microsoft + use GitHub App token for PR creation.
.github/workflows/pr-review-needed.yml Owner guard updated to microsoft.
.github/workflows/pr-docs-hook.yml Owner guard updated to microsoft + update generated text.
.github/workflows/markdownlint.yml Owner guard updated to microsoft.
.github/workflows/locker.yml Owner guard updated to microsoft.
.github/workflows/labeler-predict-pulls.yml Owner guard updated to microsoft.
.github/workflows/labeler-predict-issues.yml Owner guard updated to microsoft.
.github/workflows/labeler-cache-retention.yml Owner guard updated to microsoft.
.github/workflows/generate-ats-diffs.yml Owner guard updated to microsoft + use GitHub App token for PR creation.
.github/workflows/generate-api-diffs.yml Owner guard updated to microsoft + use GitHub App token for PR creation.
.github/workflows/dogfood-comment.yml Owner guard updated to microsoft + update script URLs.
.github/workflows/deployment-tests.yml Owner guards updated to microsoft + update team mention.
.github/workflows/deployment-test-command.yml Owner guard updated to microsoft.
.github/workflows/deployment-cleanup.yml Owner guard updated to microsoft.
.github/workflows/cli-e2e-recording-comment.yml Owner guard updated to microsoft.
.github/workflows/ci.yml Owner guards updated to microsoft.
.github/workflows/auto-rerun-transient-ci-failures.yml Owner guard updated to microsoft.
.github/workflows/apply-test-attributes.yml Repo guard updated to microsoft/aspire + mint/use GitHub App token for pushes/PRs.
.github/workflows/README.md Update command examples to microsoft/aspire.
.github/skills/update-container-images/SKILL.md Update repo references/issue links to microsoft/aspire.
.github/skills/pr-testing/SKILL.md Update repo references/commands to microsoft/aspire.
.github/skills/dependency-update/SKILL.md Update repo references to microsoft/aspire.
.github/skills/cli-e2e-testing/SKILL.md Update repo references/URLs to microsoft/aspire.
.github/skills/ci-test-failures/SKILL.md Update repo references/commands to microsoft/aspire.
.github/instructions/hosting-readme.instructions.md Update canonical repo link to microsoft/aspire.
.github/instructions/client-readme.instructions.md Update canonical repo link to microsoft/aspire.
.github/ISSUE_TEMPLATE/config.yml Update discussions URL to microsoft/aspire.
.github/ISSUE_TEMPLATE/40_blocking_clean_ci.yml Update issue search link to microsoft/aspire.
.github/ISSUE_TEMPLATE/20_feature-request.yml Update issue search link to microsoft/aspire.
.github/ISSUE_TEMPLATE/10_bug_report.yml Update discussions/issue links to microsoft/aspire.

@sebastienros sebastienros requested a review from joperezr March 21, 2026 02:29
@sebastienros
Copy link
Contributor Author

If the PR is only failing on Kusto tests this is expected and handled in another PR to quarantine them. This should not block the PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants