Skip to content

Commit c02d836

Browse files
committed
fix: trim down relevant PRs
1 parent 06b5fe2 commit c02d836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/openai.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export async function analyzeReleaseNotes(
3131
"score": 0-100,
3232
"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.",
3333
"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."]
3535
}
3636
3737
The score should reflect how likely it is that this release contains changes that matter to Netlify's engineering team.

0 commit comments

Comments
 (0)