Skip to content

Commit

Permalink
adhere to PR structure, too
Browse files Browse the repository at this point in the history
  • Loading branch information
phish108 committed Jan 9, 2021
1 parent 989e15e commit f95673b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/helper.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,12 +108,12 @@ async function checkCommits(github, context, extras) {

let changeLog;

console.log(JSON.stringify(context, null, 2));
console.log(head);
console.log(base);
// console.log(JSON.stringify(context, null, 2));
// console.log(head);
// console.log(base);

console.log(owner);
console.log(repo);
// console.log(owner);
// console.log(repo);

try {
if (context.payload.pull_request) {
Expand All @@ -134,7 +134,7 @@ async function checkCommits(github, context, extras) {
}
}
catch (err) {
console.log("fail to compare the context commits");
console.log("failed to compare the context commits");

throw err;
}
Expand Down

0 comments on commit f95673b

Please sign in to comment.