generated from ubiquity/ts-template
-
Notifications
You must be signed in to change notification settings - Fork 19
Hello world plugin onboarding tutorial
korrrba edited this page Jul 14, 2024
·
2 revisions
The screencasts below demonstrate how to install, configure and run a hello world Ubiquibot plugin.
- Creating a SMEE webhook
01_creating_smee_webhook.mp4
- Creating and configuring GitHub app
02_creating-and-configuring-github-app.webm
- Creating environment variables
03_creating_environment_variables.mp4
- Inserting variables into config
04_inserting_variables_into_config.mp4
- Installing app
05_installing_app.mp4
- Creating plugin config
06_creating_plugin_config.mp4
- Running hello world plugin
07_running_hello_world_plugin.mp4
Running as a composite (GitHub actions) plugin:
- Creating plugin from template
01_create_plugin_from_template.mp4
- Creating test issue
02_create_test_issue.mp4
- Creating bot implementation and configuration skeleton
03_create_bot_configuration_and_implementation_skeleton.mp4
- Running plugin with GitHub actions