mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-07-09 23:30:38 +08:00
suggestions -> feedback
This commit is contained in:
@ -51,7 +51,7 @@ class TestConvertToMarkdown:
|
|||||||
'Unrelated changes': 'n/a', # won't be included in the output
|
'Unrelated changes': 'n/a', # won't be included in the output
|
||||||
'Focused PR': 'Yes',
|
'Focused PR': 'Yes',
|
||||||
'General PR suggestions': 'general suggestion...',
|
'General PR suggestions': 'general suggestion...',
|
||||||
'Code suggestions': [
|
'Code feedback': [
|
||||||
{
|
{
|
||||||
'Code example': {
|
'Code example': {
|
||||||
'Before': 'Code before',
|
'Before': 'Code before',
|
||||||
@ -73,7 +73,7 @@ class TestConvertToMarkdown:
|
|||||||
- ✨ **Focused PR:** Yes
|
- ✨ **Focused PR:** Yes
|
||||||
- 💡 **General PR suggestions:** general suggestion...
|
- 💡 **General PR suggestions:** general suggestion...
|
||||||
|
|
||||||
- 🤖 **Code suggestions:**
|
- 🤖 **Code feedback:**
|
||||||
|
|
||||||
- **Code example:**
|
- **Code example:**
|
||||||
- **Before:**
|
- **Before:**
|
||||||
|
Reference in New Issue
Block a user