Skip to content

Commit ea40449

Browse files
authored
.NET on Web Workers article (#36175)
1 parent 63109e5 commit ea40449

File tree

4 files changed

+207
-498
lines changed

4 files changed

+207
-498
lines changed

.github/workflows/blazor-issue-processing.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
&& !contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor/hybrid'))
1010
|| contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/client-side/dotnet-interop/index.md')
1111
|| contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/client-side/dotnet-interop/wasm-browser-app.md')
12+
|| contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/client-side/dotnet-on-webworkers.md')
1213
|| contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/mvc/views/tag-helpers/built-in/component-tag-helper.md')
1314
|| contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/mvc/views/tag-helpers/built-in/persist-component-state.md')
1415
runs-on: ubuntu-latest
@@ -22,7 +23,7 @@ jobs:
2223
issue_number: context.issue.number,
2324
owner: context.repo.owner,
2425
repo: context.repo.repo,
25-
body: `### 🏖️🌞 **_Summertime!! Woot!!_** 🏐⛵
26+
body: `### 🧟💀 *Happy Halloween!!_** 🎃🧛
2627
2728
*Stand-by!* ... A green dinosaur 🦖 will be along shortly to assist.`
2829
})

0 commit comments

Comments
 (0)