commit_files
Commit created or updated files to a branch after a pull request is opened, supporting up to 50 files per commit with English commit messages.
Instructions
Commit files to a branch. Call AFTER create_pull_request. Max 50 files. IMPORTANT: commit message in English.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Files to create or update (max 50) | |
| branch | Yes | Branch name | |
| teamId | No | Team ID (auto from session if omitted) | |
| message | Yes | Commit message | |
| projectId | No | Project ID (auto from session if omitted) |