Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Explanation for choosing the label #4

Closed
nikpivkin opened this issue Nov 28, 2023 Discussed in #2 · 1 comment · Fixed by #9
Closed

Explanation for choosing the label #4

nikpivkin opened this issue Nov 28, 2023 Discussed in #2 · 1 comment · Fixed by #9
Assignees
Labels
help wanted Extra attention is needed

Comments

@nikpivkin
Copy link
Owner

nikpivkin commented Nov 28, 2023

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:

{
  "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."
}
@github-actions github-actions bot added the help wanted Extra attention is needed label Nov 28, 2023
@nikpivkin nikpivkin self-assigned this Nov 29, 2023
@nikpivkin nikpivkin changed the title Justification for choosing the label Explanation for choosing the label Nov 29, 2023
@nikpivkin
Copy link
Owner Author

Closed via #9

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant