We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e340db commit 88539d0Copy full SHA for 88539d0
.github/workflows/blazor-issue-processing.yml
@@ -5,7 +5,7 @@ on:
5
- opened
6
jobs:
7
process-blazor-issue:
8
- if: (contains(github.event.issue.body, 'Content source URL<br><br>https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor')
+ if: (contains(github.event.issue.body, 'Content source URL\r\n\r\nhttps://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor')
9
&& !contains(github.event.issue.body, 'aspnet/core/blazor/hybrid'))
10
|| contains(github.event.issue.body, 'client-side/dotnet-interop/index.md')
11
|| contains(github.event.issue.body, 'client-side/dotnet-interop/wasm-browser-app.md')
0 commit comments