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
Originally posted by nikpivkin November 29, 2023
The action should leave a comment under issue/PR/discussion why this or that label was choosing. To do this, change the prompt and ask ChatGPT to return json with labels and comments.
Example json:
{
"labels": [
{
"id": 1,
"name": "bug",
"justification": "Found a bug in the code."
},
{
"id": 2,
"name": "enhancement",
"justification": "Proposing an enhancement to the functionality."
},
{
"id": 3,
"name": "question",
"justification": "A question that requires clarification."
}
],
"justification": "General justification for the label choices by ChatGPT."
}
The text was updated successfully, but these errors were encountered:
Discussed in #2
Originally posted by nikpivkin November 29, 2023
The action should leave a comment under issue/PR/discussion why this or that label was choosing. To do this, change the prompt and ask ChatGPT to return json with labels and comments.
Example json:
The text was updated successfully, but these errors were encountered: