Skip to content

Commit 2e340db

Browse files
authored
Second attempt at Blazor issue processing (#34016)
1 parent a413cc0 commit 2e340db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- opened
66
jobs:
77
process-blazor-issue:
8-
if: (contains(github.event.issue.body, 'Content source URL\n\nhttps://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor')
8+
if: (contains(github.event.issue.body, 'Content source URL<br><br>https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor')
99
&& !contains(github.event.issue.body, 'aspnet/core/blazor/hybrid'))
1010
|| contains(github.event.issue.body, 'client-side/dotnet-interop/index.md')
1111
|| contains(github.event.issue.body, 'client-side/dotnet-interop/wasm-browser-app.md')

0 commit comments

Comments
 (0)