Skip to content

Commit

Permalink
fix: improve suggestion text to try and eliminate low quality suggest…
Browse files Browse the repository at this point in the history
…ions (#107)

## Description

<!-- Prefix the PR title with 'feat:' to increment the minor version, or
'fix:' to increment the patch version -->

<!-- Describe what changes this PR introduces and their effects -->
<!-- Update documentation if there are any changes to existing features
or APIs -->

## Testing

<!-- Describe how you tested your changes and how reviewers can test
them -->
<!-- Ensure all code can be tested offline (unmarked tests) and online
(marked as 'integration') -->

## Additional context

<!-- Add any other context about your changes here -->

<!-- ## Breaking Changes -->

<!-- List any breaking changes introduced by this PR and their
implications and include '!' in the prefix. -->

---------

Co-authored-by: Daniel Ciborowski <[email protected]>
  • Loading branch information
mhamilton723 and dciborow authored May 19, 2023
1 parent be73062 commit 714d9ff
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/gpt_review/_review.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,10 @@
{
"flag": "SUMMARY_SUGGEST",
"header": "Suggestions",
"goal": "Any suggestions for improving the changes in this PR?",
"goal": """
Provide suggestions for improving the changes in this PR.
If the PR has no clear issues, mention that no suggestions are needed.
""",
},
],
"RISK_CHECKS": [
Expand Down

0 comments on commit 714d9ff

Please sign in to comment.