mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
build: use newer xCode image (#25571)
* build: use newer xCode image * build: log changed file paths Co-authored-by: Samuel Attard <sattard@slack-corp.com> Co-authored-by: Samuel Attard <samuel.r.attard@gmail.com>
This commit is contained in:
@@ -34,6 +34,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