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 bc17591 commit 5f1cf16Copy full SHA for 5f1cf16
.github/workflows/blazor-issue-processing.yml
@@ -5,7 +5,7 @@ on:
5
- labeled
6
jobs:
7
process-blazor-issue:
8
- if: github.event.label.name == 'blazor/subsvc'
+ if: contains(github.event.issue.body, 'aspnet/core/blazor')
9
runs-on: ubuntu-latest
10
permissions:
11
issues: write
0 commit comments