Commit 2ffbcff
Update CI workflow owner guards and repo references from dotnet to microsoft (#15452)
* Update all dotnet/aspire references to microsoft/aspire
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>
* Use GitHub App token for PR creation in all workflows
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>
* Revert bicep file changes
These are generated files that should not be modified directly.
The dotnet/aspire issue URLs embedded in the SQL deployment scripts
within these bicep files are correct as-is.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 38aa880 commit 2ffbcff
File tree
275 files changed
+968
-650
lines changed- .github
- ISSUE_TEMPLATE
- instructions
- skills
- ci-test-failures
- cli-e2e-testing
- dependency-update
- fix-flaky-test
- pr-testing
- test-management
- update-container-images
- workflows
- docs
- specs
- eng
- pipelines
- templates
- scripts
- extension
- playground
- ParameterEndToEnd/ParameterEndToEnd.AppHost
- orleans/Orleans.AppHost
- src
- Aspire.AppHost.Sdk/SDK
- Aspire.Cli
- Agents
- Commands
- Configuration
- Interaction
- NuGet
- Projects
- Templating
- Utils
- Aspire.Dashboard/Model
- Aspire.Hosting.AppHost
- build
- Aspire.Hosting.Azure.AppConfiguration
- Aspire.Hosting.Azure.AppContainers
- Aspire.Hosting.Azure.AppService
- Aspire.Hosting.Azure.ApplicationInsights
- Aspire.Hosting.Azure.CognitiveServices
- Aspire.Hosting.Azure.CosmosDB
- Aspire.Hosting.Azure.EventHubs
- Aspire.Hosting.Azure.Functions
- Aspire.Hosting.Azure.Kusto
- Aspire.Hosting.Azure.Network
- Aspire.Hosting.Azure.OperationalInsights
- Aspire.Hosting.Azure.PostgreSQL
- Aspire.Hosting.Azure.Redis
- Aspire.Hosting.Azure.Search
- Aspire.Hosting.Azure.ServiceBus
- Aspire.Hosting.Azure.SignalR
- Aspire.Hosting.Azure.Sql
- Aspire.Hosting.Azure.Storage
- Aspire.Hosting.Azure.WebPubSub
- Aspire.Hosting.Azure
- Aspire.Hosting.DevTunnels
- Aspire.Hosting.Docker
- Aspire.Hosting.Foundry
- Aspire.Hosting.Garnet
- Aspire.Hosting.GitHub.Models
- Aspire.Hosting.JavaScript
- Aspire.Hosting.Kafka
- Aspire.Hosting.Keycloak
- Aspire.Hosting.Kubernetes
- Extensions
- Aspire.Hosting.Maui
- Aspire.Hosting.Milvus
- Aspire.Hosting.MongoDB
- Aspire.Hosting.MySql
- Aspire.Hosting.Nats
- Aspire.Hosting.OpenAI
- Aspire.Hosting.Oracle
- Aspire.Hosting.Orleans
- Aspire.Hosting.PostgreSQL
- Aspire.Hosting.Qdrant
- Aspire.Hosting.RabbitMQ
- Aspire.Hosting.Redis
- Aspire.Hosting.Seq
- Aspire.Hosting.SqlServer
- Aspire.Hosting.Valkey
- Aspire.Hosting.Yarp
- Aspire.Hosting
- ApplicationModel
- Dcp
- Exec
- Health
- Aspire.ProjectTemplates
- Components
- Aspire.Azure.AI.Inference
- Aspire.Azure.AI.OpenAI
- Aspire.Azure.Data.Tables
- Aspire.Azure.Messaging.EventHubs
- Aspire.Azure.Messaging.ServiceBus
- Aspire.Azure.Messaging.WebPubSub
- Aspire.Azure.Npgsql.EntityFrameworkCore.PostgreSQL
- Aspire.Azure.Npgsql
- Aspire.Azure.Search.Documents
- Aspire.Azure.Security.KeyVault
- Aspire.Azure.Storage.Blobs
- Aspire.Azure.Storage.Files.DataLake
- Aspire.Azure.Storage.Queues
- Aspire.Confluent.Kafka
- Aspire.Keycloak.Authentication
- Aspire.Microsoft.Azure.Cosmos
- Aspire.Microsoft.Azure.StackExchangeRedis
- Aspire.Microsoft.Data.SqlClient
- Aspire.Microsoft.EntityFrameworkCore.Cosmos
- Aspire.Microsoft.EntityFrameworkCore.SqlServer
- Aspire.Microsoft.Extensions.Configuration.AzureAppConfiguration
- Aspire.Milvus.Client
- Aspire.MongoDB.Driver
- Aspire.MongoDB.EntityFrameworkCore
- Aspire.MySqlConnector
- Aspire.NATS.Net
- Aspire.Npgsql.EntityFrameworkCore.PostgreSQL
- Aspire.Npgsql
- Aspire.OpenAI
- Aspire.Oracle.EntityFrameworkCore
- Aspire.Pomelo.EntityFrameworkCore.MySql
- Aspire.Qdrant.Client
- Aspire.RabbitMQ.Client
- Aspire.Seq
- Aspire.StackExchange.Redis.DistributedCaching
- Aspire.StackExchange.Redis.OutputCaching
- Aspire.StackExchange.Redis
- tests
- Aspire.Azure.AI.OpenAI.Tests
- Aspire.Azure.Data.Tables.Tests
- Aspire.Azure.Messaging.EventHubs.Tests
- Aspire.Azure.Messaging.ServiceBus.Tests
- Aspire.Azure.Search.Documents.Tests
- Aspire.Azure.Security.KeyVault.Tests
- Aspire.Azure.Storage.Blobs.Tests
- Aspire.Azure.Storage.Files.DataLake.Tests
- Aspire.Azure.Storage.Queues.Tests
- Aspire.Cli.EndToEnd.Tests
- Helpers
- Aspire.Cli.Tests
- Agents
- Commands
- Interaction
- Projects
- Aspire.Components.Common.TestUtilities
- Aspire.Confluent.Kafka.Tests
- Aspire.Dashboard.Tests
- Aspire.Deployment.EndToEnd.Tests
- Helpers
- Aspire.EndToEnd.Tests
- Aspire.Hosting.Azure.Kusto.Tests
- Aspire.Hosting.Azure.Tests
- Aspire.Hosting.Docker.Tests
- Aspire.Hosting.JavaScript.Tests
- Aspire.Hosting.Kafka.Tests
- Aspire.Hosting.Kubernetes.Tests
- Aspire.Hosting.OpenAI.Tests
- Aspire.Hosting.Oracle.Tests
- Aspire.Hosting.Python.Tests
- Aspire.Hosting.Sdk.Tests
- Aspire.Hosting.Testing.Tests
- Aspire.Hosting.Tests
- Backchannel/Exec
- Pipelines
- Utils
- Aspire.Hosting.Valkey.Tests
- Aspire.Hosting.Yarp.Tests
- Aspire.Playground.Tests
- Aspire.Pomelo.EntityFrameworkCore.MySql.Tests
- Aspire.RabbitMQ.Client.Tests
- Aspire.StackExchange.Redis.Tests
- Aspire.Templates.Tests
- Aspire.TestUtilities
- Infrastructure.Tests/WorkflowScripts
- QuarantineTools.Tests
- tools
- QuarantineTools
- ReleaseNotes
- data
- docs
- scripts
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
275 files changed
+968
-650
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
| 12 | + | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
212 | 212 | | |
213 | 213 | | |
214 | 214 | | |
215 | | - | |
| 215 | + | |
216 | 216 | | |
217 | 217 | | |
218 | 218 | | |
219 | | - | |
| 219 | + | |
220 | 220 | | |
221 | 221 | | |
222 | 222 | | |
223 | 223 | | |
224 | | - | |
| 224 | + | |
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
| |||
354 | 354 | | |
355 | 355 | | |
356 | 356 | | |
357 | | - | |
| 357 | + | |
358 | 358 | | |
359 | 359 | | |
360 | 360 | | |
361 | | - | |
| 361 | + | |
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| |||
405 | 405 | | |
406 | 406 | | |
407 | 407 | | |
408 | | - | |
| 408 | + | |
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
198 | | - | |
| 198 | + | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
69 | | - | |
| 69 | + | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
145 | | - | |
| 145 | + | |
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
159 | 159 | | |
160 | 160 | | |
161 | 161 | | |
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
524 | 524 | | |
525 | 525 | | |
526 | 526 | | |
527 | | - | |
| 527 | + | |
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| |||
538 | 538 | | |
539 | 539 | | |
540 | 540 | | |
541 | | - | |
| 541 | + | |
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
0 commit comments