next.js
68f8c974 - chore(github): run opened issues through ai (#68303)

Commit
1 year ago
chore(github): run opened issues through ai (#68303) ## Why? To help flag severe issues, we can use utilize AI to digest the `context.payload.issue` object each time an issue is opened and determine whether that issue is severe enough to flag to the Next.js team on Slack. ## How? Making a Tool Call using using the :ai-stonks: SDK. The :ai-stonks: will call the Tool and report to Slack (to the `#next-info` channel`) if it determines that the issue is severe enough, using the context of the issue, latest Next.js versions, and a Triage Guideline. ## Testing This was tested on a separate test repo with issues https://github.com/vercel/next.js/issues/68328 (real issue) and https://github.com/vercel/next.js/issues/68336 (blank test issue). ![CleanShot 2024-07-30 at 12 07 43@2x](https://github.com/user-attachments/assets/7a35514e-840d-41db-b1a7-6021fe389458) ![CleanShot 2024-07-30 at 12 10 26@2x](https://github.com/user-attachments/assets/c7e17612-59b6-4ce3-8b7f-ea96c3e09680)
Author
Parents
Loading