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 81347fc commit 1a9a8fbCopy full SHA for 1a9a8fb
.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.comment.body, 'aspnet/core/blazor')
+ if: contains(github.event.comment.body, 'aspnet/core/blazor')
9
runs-on: ubuntu-latest
10
permissions:
11
issues: write
0 commit comments