create_commit_discussion
Post inline comments on a specific line of a commit in GitLab. Specify commit SHA, file path, line number, and comment text.
Instructions
커밋 라인 단위 인라인 코멘트 작성
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | Yes | 커밋 SHA | |
| line | Yes | 대상 라인 번호 | |
| note | Yes | 코멘트 내용 | |
| path | Yes | 대상 파일 경로 | |
| instance | No | 대상 GitLab 인스턴스명 (생략 시 default) | |
| line_type | No | 라인 타입 (기본 new) | |
| project_id | Yes | 프로젝트 ID |