Skip to content

Commit 782afda

Browse files
committed
dbeaver/dbeaver-devops#1622 disabled debug commit list
1 parent 87d8735 commit 782afda

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

commit-msg-matcher/dist/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31211,8 +31211,6 @@ async function main() {
3121131211
repo: github.context.payload.repository.name,
3121231212
pull_number: github.context.payload.number
3121331213
});
31214-
console.log("listCommits:")
31215-
console.log(listCommits)
3121631214
const lastCommit = listCommits.slice(0);
3121731215
console.log(lastCommit[0].commit.message);
3121831216
const lastCommitMessage = lastCommit[0].commit.message;

commit-msg-matcher/index.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,6 @@ async function main() {
118118
repo: github.context.payload.repository.name,
119119
pull_number: github.context.payload.number
120120
});
121-
console.log("listCommits:")
122-
console.log(listCommits)
123121
const lastCommit = listCommits.slice(0);
124122
console.log(lastCommit[0].commit.message);
125123
const lastCommitMessage = lastCommit[0].commit.message;

0 commit comments

Comments
 (0)