Skip to content

Commit 43e813c

Browse files
authored
Update blazor-issue-processing.yml
1 parent f81b426 commit 43e813c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ on:
55
- opened
66
jobs:
77
process-blazor-issue:
8-
if: contains(github.event.issue.body, 'aspnet/core/blazor')
8+
if: (contains(github.event.issue.body, 'aspnet/core/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')
12+
|| contains(github.event.issue.body, 'mvc/views/tag-helpers/built-in/component-tag-helper.md')
13+
|| contains(github.event.issue.body, 'mvc/views/tag-helpers/built-in/persist-component-state.md')
914
runs-on: ubuntu-latest
1015
permissions:
1116
issues: write

0 commit comments

Comments
 (0)