Skip to content

Commit 30d0554

Browse files
authored
Condition Blazor job on comment body (#33926)
1 parent 0b315e5 commit 30d0554

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,9 @@ on:
33
issues:
44
types:
55
- opened
6-
paths:
7-
- 'aspnetcore/blazor/**'
86
jobs:
97
process-blazor-issue:
10-
if: github.event.label.name == 'blazor/subsvc'
8+
if: contains(github.event.comment.body, 'aspnet/core/blazor')
119
runs-on: ubuntu-latest
1210
permissions:
1311
issues: write

0 commit comments

Comments
 (0)