devops_repository_commit_changes
Retrieve files changed in a commit with their change type (add, edit, remove) for a given repository and commit ID.
Instructions
Retrieve a list of files changed in the specified commit, including the type of change for each file (e.g., add, edit, remove).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository_id | Yes | Repository name or ID. | |
| commit_id | Yes | Full 40-character commit SHA (hex string). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |