We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e03714 commit c06bc35Copy full SHA for c06bc35
.github/workflows/issue_bot.yml
@@ -66,6 +66,7 @@ jobs:
66
}
67
68
const titleResult = await titleResponse.json();
69
+ console.log(titleResult)
70
const generatedTitle = titleResult.generated_result;
71
72
// Update title if different
@@ -96,6 +97,7 @@ jobs:
96
97
98
99
const analyzeResult = await analyzeResponse.json();
100
+ console.log(analyzeResult)
101
const relatedIssues = analyzeResult.related_issues;
102
103
// Handle related issues response
0 commit comments