Tool
List workflows
List Workflows is a powerful AI tool that enables users to retrieve and display all workflows in a specified GitHub repository with ease. It supports pagination to handle large repositories efficiently.
Features
- Supports specifying repository owner and name to target specific GitHub projects.
- Allows pagination with customizable page number and results per page for flexible data retrieval.
- Returns detailed lists of all workflows configured in a given repository.
- Easy integration with other tools and workflows via a straightforward API schema.
- Read-only access ensures safe retrieval of workflow information without risk of modification.
Benefits
- Quickly access all GitHub workflows in any repository for better project insight.
- Enhances automation setup by providing clear visibility into existing processes.
- Facilitates project management by listing workflows in an organized, paginated manner.
- Saves developers time by offering an automated way to query workflows instead of manual checking.
- Improves collaboration by sharing workflow configurations easily among teams.
Description
List workflows in a repository
Parameters
4 parameters
| Name | Type | Description |
|---|---|---|
| ownerrequired | string | Repository owner |
| page | number | Page number for pagination (min 1) |
| perPage | number | Results per page for pagination (min 1, max 100) |
| reporequired | string | Repository name |