mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: use newer xCode image (#25564)
* build: use newer xCode image * build: log changed file paths
This commit is contained in:
@@ -32,6 +32,8 @@ async function checkIfDocOnlyChange () {
|
||||
owner: 'electron', repo: 'electron', pull_number: pullRequestNumber
|
||||
});
|
||||
|
||||
console.log('Changed Files:', filesChanged.data.map(fileInfo => fileInfo.filename));
|
||||
|
||||
const nonDocChange = filesChanged.data.find((fileInfo) => {
|
||||
const fileDirs = fileInfo.filename.split('/');
|
||||
if (fileDirs[0] !== 'docs') {
|
||||
|
||||
Reference in New Issue
Block a user