.prflow/config.json define both jobs. The run writes its work to a branch, a workpad, a pull request or a review.
What a Fresh Installation Ships
A fresh installation adds two workflow files, and they answer four comment commands:Automatic pull-request-triggered review is not included in a fresh installation. If you want a review to be requested without anyone typing a comment, add the workflow on Request a Review Automatically on Green CI.
Set Up Cloud Runs
1
Install the Cloud Tier
Run the installer from the repository root. See Cloud Installation.
2
Add Authentication and Project Setup
Add the model credential, review
.prflow/config.json and declare how the runner is provisioned. See Cloud Setup.3
Choose a Runner
Keep the default GitHub-hosted Linux runner, or point the workflows at your own. See Cloud Runners.
4
Learn the Comment Triggers
Learn the exact comment format and who is allowed to use it. See Cloud Triggers.
5
Try a Low-Stakes Run
Use a throwaway pull request or a small issue before you rely on the automation.
Keep It Running
Updates
Move an existing installation to a newer release without losing your configuration.
Recovery
Read a workpad status and resume a run that stopped before it finished.