lock_issue
Prevent non-collaborator comments on a GitHub issue by locking the conversation. Optionally specify a reason to clarify the lock.
Instructions
Lock a GitHub issue conversation to collaborators only. Docs: https://docs.github.com/en/rest/issues/issues#lock-an-issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization login) | |
| lock_reason | No | Reason for locking the conversation | |
| issue_number | Yes | Issue number |