File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 55 - opened
66jobs :
77 process-blazor-issue :
8- if : contains(github.event.issue.body, 'aspnet/core /blazor/hybrid')
8+ if : contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore /blazor/hybrid')
99 runs-on : ubuntu-latest
1010 permissions :
1111 issues : write
Original file line number Diff line number Diff line change 55 - opened
66jobs :
77 process-blazor-issue :
8- if : (contains(github.event.issue.body, 'Content source URL\r\n\r\nhttps ://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/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')
8+ if : (contains(github.event.issue.body, 'https ://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/blazor')
9+ && !contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore /blazor/hybrid'))
10+ || contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/ client-side/dotnet-interop/index.md')
11+ || contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/ client-side/dotnet-interop/wasm-browser-app.md')
12+ || contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/ mvc/views/tag-helpers/built-in/component-tag-helper.md')
13+ || contains(github.event.issue.body, 'https://github.com/dotnet/AspNetCore.Docs/blob/main/aspnetcore/ mvc/views/tag-helpers/built-in/persist-component-state.md')
1414 runs-on : ubuntu-latest
1515 permissions :
1616 issues : write
You can’t perform that action at this time.
0 commit comments