PUT
github_issues_lock.py
from charter.packs import github
result = await github.issues_lock.ainvoke({"owner": ..., "repo": ..., "issueNumber": ...})
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. |
issueNumber * | integer | The number that identifies the issue. |
Body
| Field | Type | Description |
|---|---|---|
lockReason | LockReason | The reason for locking the issue or pull request conversation. Locking fails if the reason is not one of these four. |