enrich_employee_profile
Merge GitHub activity data into an employee's organizational profile to track commits, pull requests, last activity, and repository ownership for up-to-date employee records.
Instructions
Enrich an existing employee profile with GitHub activity data. Merges commits, pull requests, last activity, and repository ownership into the employee's organizational profile.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | The GitHub repository name | |
| owner | Yes | The GitHub repository owner | |
| employeeName | Yes | The employee name to look up in the organization | |
| githubUsername | Yes | The employee's GitHub username |