This is the full code for Triagebot, a GitHub App that automatically triages incoming issues, as detailed on the GitHub Blog.
If you just want to use Triagebot, you can install it into your repos on the app install page
If you want to learn how to build and run this for yourself, this is the right place to be. Triagebot is based upon the GitHub App Quickstart
-
First, read through the blog post so you understand all the additional steps you'll need to take to make a complete GitHub App with the Recast.AI API.
-
To run the code, make sure you have Bundler installed; then enter
bundle install
on the command line. -
The server will run on
localhost:3000
. Use this information to configure Smee as per the instructions above.