You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/lib/openai.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ export async function analyzeReleaseNotes(
31
31
"score": 0-100,
32
32
"relevance": "Explanation of what contributed to the score, focusing on aspects relevant to Netlify. Keep it brief but technical, and only focus on what *does* make it relevant; ignore what does not.",
33
33
"releaseLink": "Link to the GitHub release page",
34
-
"relevantPRs": ["Array of links to relevant PRs"]
34
+
"relevantPRs": ["Array of links to relevant PRs. This should only include the PRs that have been deemed relevant. Ignore the rest."]
35
35
}
36
36
37
37
The score should reflect how likely it is that this release contains changes that matter to Netlify's engineering team.
0 commit comments