GET
github_dependabot_get_alert.py
from charter.packs import github
result = await github.dependabot_get_alert.ainvoke({"owner": ..., "repo": ..., "alertNumber": ...})
Requires
repo, read:user.Path parameters
| 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. |
alertNumber * | integer | The number that identifies the alert in its repository — the number field on a listed alert, and the last segment of its URL. |