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 30d0554 commit 81347fcCopy full SHA for 81347fc
.github/workflows/blazor-issue-processing.yml
@@ -5,7 +5,7 @@ on:
5
- opened
6
jobs:
7
process-blazor-issue:
8
- if: contains(github.event.comment.body, 'aspnet/core/blazor')
+ if: contains(github.event.issue.comment.body, 'aspnet/core/blazor')
9
runs-on: ubuntu-latest
10
permissions:
11
issues: write
0 commit comments