The goal of this document is that you configure Fullsend for your GitHub repository.
- You have your WIF provider URL from Getting Inference.
- Download the latest fullsend CLI.
- Download the latest gh CLI and authenticate with it.
In order to use Fullsend install the following applications to your organization and provide them permissions to the repository you want to install Fullsend to.
Run the command:
fullsend github setup <org>/<repo> \
--inference-project "<gcp-project>" \
--inference-wif-provider "<wif-provider-url>"Where <org>/<repo> refers to the GitHub organization and repository you want to enable inference
for, <gcp-project> is your GCP project name, and <wif-provider-url> is the WIF Provider URL
created at Getting Inference.
The command creates files, secrets and variables in your repository.
After installing open a new issue or comment /fs-triage in an open issue. Then visit the
Actions tab to see the Fullsend workflow in action. In some minutes the
fullsend-ai-triage bot should post a comment in the issue.
- Read Organization installation mode to learn how to share GCP project with other repositories within your GitHub organization.
- Read the Default Agents section to learn about the default agents Fullsend ships with.
- Explore other sections of this documentation for more information.