refactor(github-actions): update labeling prompt with descriptions#3580
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the issue labeling logic to include label descriptions in the AI prompt, transitioning the storage of area labels from a Set to a Map. Review feedback suggests refining the prompt string format to prevent potential AI parsing errors caused by unnecessary quotes and empty descriptions. Additionally, a discrepancy was identified in the test suite where the mock for the GitHub API method does not match the actual implementation, leading to tests passing accidentally.
7179738 to
085b7b1
Compare
This allows for providing more info via github label descriptions so the prompt can possibly do a better job of automatically labeling issues.
085b7b1 to
2e205bf
Compare
|
This PR was merged into the repository. The changes were merged into the following branches:
|
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This allows for providing more info via github label descriptions so the prompt can possibly do a better job of automatically labeling issues.