gh_list_workflows
List GitHub Actions workflows in a repository, filtered by state (active, all, disabled) to identify or manage workflow status. Specify owner and repo to retrieve workflow names and their current state.
Instructions
List GitHub Actions workflows in a repository.
state: active, all, disabled, disabled_inactivity, disabled_fork.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| state | No | active | |
| per_page | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| items | Yes | ||
| query | Yes | ||
| truncated | Yes | ||
| total_count | No |