Skip to content

Commit

Permalink
fix: handle head-only and no comment-report
Browse files Browse the repository at this point in the history
  • Loading branch information
privatenumber committed Jan 18, 2021
1 parent d751fdb commit ce5d611
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7854,6 +7854,7 @@ async function Xc({pr: e, buildCommand: t, commentReport: r, mode: o, unchangedF
hideFiles: n
});
}
return false;
}
const {ref: l} = e.base;
let p;
Expand Down
1 change: 1 addition & 0 deletions src/lib/generate-size-report.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ async function generateSizeReport({
hideFiles,
});
}
return false;
}

const { ref: baseRef } = pr.base;
Expand Down

0 comments on commit ce5d611

Please sign in to comment.