feat: Implement List Repository Activities endpoint by AbhishekAg · Pull Request #3651 · google/go-github

@AbhishekAg

Adds support for the /repos/{owner}/{repo}/activity REST API endpoint.
This implements the List Repository Activities functionality introduced
in GitHub API v2022-11-28, allowing clients to retrieve detailed
activity data for repositories.

Includes:
- New RepositoryActivity struct and related types
- ListRepositoryActivitiesOptions for pagination and filtering
- Implementation in RepositoriesService with tests
- Documentation with examples

Ref: google#3649

Signed-off-by: abhishek <abhishek@exaforce.com>

gmlewis

requested changes Jul 26, 2025

@AbhishekAg

Signed-off-by: abhishek <abhishek@exaforce.com>

@AbhishekAg

alexandear

@AbhishekAg

Signed-off-by: abhishek <abhishek@exaforce.com>

@AbhishekAg

alexandear

@AbhishekAg

Signed-off-by: abhishek <abhishek@exaforce.com>

alexandear