File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 31
31
{ "type" : " user" , "pattern" : " valorkin" },
32
32
{ "type" : " user" , "pattern" : " xc2" },
33
33
{ "type" : " user" , "pattern" : " zackarychapple" },
34
- { "type" : " user" , "pattern" : " zoolsher" },
35
- " packages/next/src/build/**"
34
+ { "type" : " user" , "pattern" : " zoolsher" }
36
35
],
37
36
"created-by: Chrome Aurora" : [
38
37
{ "type" : " user" , "pattern" : " atcastle" },
Original file line number Diff line number Diff line change 52
52
is-release : ${{ steps.is-release.outputs.IS_RELEASE == 'true' }}
53
53
rspack : >-
54
54
${{
55
- github.event_name == 'pull_request' &&
56
- contains(github.event.pull_request.labels.*.name, 'Rspack')
55
+ steps.is-release.outputs.IS_RELEASE == 'true' || (
56
+ github.event_name == 'pull_request' &&
57
+ contains(github.event.pull_request.labels.*.name, 'Rspack')
58
+ )
57
59
}}
58
60
59
61
build-native :
You can’t perform that action at this time.
0 commit comments