GitHub Actions Toolkit
Use GitHubActionsToolkit to enable your agents to interact with GitHub repositories using predefined GitHub action tools. This toolkit simplifies automation of common GitHub workflows such as commenting on issues or managing branches, allowing your agents to support developer operations more efficiently.
| Field | Description |
| *Indicates mandatory field | |
| Name* | A unique name to identify this instance of the GitHubActionsToolkit. Used to reference it in your agent’s logic. |
| Description* | A brief explanation of this toolkit’s purpose in the agent’s workflow (e.g., managing issues or automating repo actions). |
| GitHub actions tools* | Select from available GitHub action tools such as Comment on Issue. You can add more tools using the + icon. |
| GitHub repository (format owner/repo)* | Specify the target repository in the format owner/repo (e.g., octocat/hello-world). |
| Base branch | (Optional) Provide the name of the base branch for workflows that involve branching or pull requests. |
| Active branch | (Optional) Specify the working or active branch for the selected GitHub operation. |
| Credentials to connect with* | Select the GitHub credential required to authenticate and perform the actions. Must be pre-configured in the Credentials section. |