Skip to content

Commit c06bc35

Browse files
author
NullPointerException
committed
add logging to issue_bot
1 parent 5e03714 commit c06bc35

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/issue_bot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ jobs:
6666
}
6767
6868
const titleResult = await titleResponse.json();
69+
console.log(titleResult)
6970
const generatedTitle = titleResult.generated_result;
7071
7172
// Update title if different
@@ -96,6 +97,7 @@ jobs:
9697
}
9798
9899
const analyzeResult = await analyzeResponse.json();
100+
console.log(analyzeResult)
99101
const relatedIssues = analyzeResult.related_issues;
100102
101103
// Handle related issues response

0 commit comments

Comments
 (0)