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 f81b426 commit 43e813cCopy full SHA for 43e813c
.github/workflows/blazor-issue-processing.yml
@@ -5,7 +5,12 @@ on:
5
- opened
6
jobs:
7
process-blazor-issue:
8
- if: contains(github.event.issue.body, 'aspnet/core/blazor')
+ 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')
14
runs-on: ubuntu-latest
15
permissions:
16
issues: write
0 commit comments