Get the latest tech news
Show HN: A GitHub Action that quizzes you on a pull request
A GitHub Action that uses AI to generate a quiz from your pull request - dkamm/pr-quiz
Make sure you have an OpenAI API Key and an ngrok auth token (free tier works). 3 Noexclude-file-patternsA list of file patterns to exclude from the quiz as a JSON-ified string. Be sure the specify that multiple choice questions must be returned.See here for the default system promptNoBecause this action runs a temporary webserver inside the GitHub Actions runner, your code isn't sent to any third party other than the model provider (OpenAI).
Or read this on Hacker News