File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -85,17 +85,17 @@ machine-linux-2xlarge: &machine-linux-2xlarge
8585
8686machine-mac : &machine-mac
8787 macos :
88- xcode : " 11.5 .0"
88+ xcode : " 12.2 .0"
8989
9090machine-mac-large : &machine-mac-large
9191 resource_class : large
9292 macos :
93- xcode : " 11.5 .0"
93+ xcode : " 12.2 .0"
9494
9595machine-mac-large-arm : &machine-mac-large-arm
9696 resource_class : large
9797 macos :
98- xcode : " 12.0.0-large "
98+ xcode : " 12.2.0 "
9999
100100# Build configurations options.
101101env-testing-build : &env-testing-build
Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ async function checkIfDocOnlyChange () {
3232 owner : 'electron' , repo : 'electron' , pull_number : pullRequestNumber
3333 } ) ;
3434
35+ console . log ( 'Changed Files:' , filesChanged . data . map ( fileInfo => fileInfo . filename ) ) ;
36+
3537 const nonDocChange = filesChanged . data . find ( ( fileInfo ) => {
3638 const fileDirs = fileInfo . filename . split ( '/' ) ;
3739 if ( fileDirs [ 0 ] !== 'docs' ) {
You can’t perform that action at this time.
0 commit comments