Supported Actions
The following table outlines the supported actions and example prompts for our Typeform integration:
-
Project Management
Action | Description | Example Prompt |
---|
Find project by name | Search for a project by its name. | Find 'my-project' project |
Search in project | Search for specific content (commits, issues) within a project | Search in project |
-
Repository Management
Action | Description | Example Prompt |
---|
Get repository branches | Retrieve a list of branches in the repository. | List repository branches in 'my-project' project |
Create merge request | Create a new merge request for code review. | Create merge request in 'my-project' |
-
Deploy Management
Action | Description | Example Prompt |
---|
Get pipelines | Retrieve a list of pipelines in the project | List pipelines in 'my-project' project |
List environments | Retrieve a list of environments in the project. | List environments in 'my-project' |
Create environment | Create a new environment for deployment. | Create environments in 'my-project' |
-
Issue Management
Action | Description | Example Prompt |
---|
Create issue | Create a new issue for tracking bugs or tasks | Create new 'fix:api error' issue in 'my-project' project |