GET
github_actions_list_pending_deployments.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List the environments a run is waiting on for approval, and who can approve them. This is where a run sits when it is neither failing nor progressing.
from charter.packs import github
result = await github.actions_list_pending_deployments.ainvoke({"owner": ..., "repo": ..., "runId": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
runId * | integer | The ID of the workflow run. |
Was this page helpful?