# GitHub Release Events Data for AI/ML Repositories

**Use case:** 

Collect GitHub release events from key AI/ML repositories. Get detailed data on releases from November 2024, including up to 2000 events.

## Input

```json
{
  "startDate": "2024-11-01",
  "endDate": "2024-11-30",
  "hours": [
    "15"
  ],
  "eventTypes": [
    "ReleaseEvent"
  ],
  "repoFilter": [
    "huggingface/transformers",
    "openai/openai-python",
    "langchain-ai/langchain"
  ],
  "actorFilter": [],
  "orgFilter": [],
  "maxItems": 2000,
  "proxyConfiguration": {
    "useApifyProxy": true
  }
}
```

## Output

```json
{
  "createdAt": {
    "label": "Created At",
    "format": "text"
  },
  "eventType": {
    "label": "Event Type",
    "format": "text"
  },
  "action": {
    "label": "Action",
    "format": "text"
  },
  "actorLogin": {
    "label": "Actor",
    "format": "text"
  },
  "repoName": {
    "label": "Repository",
    "format": "text"
  },
  "repoUrl": {
    "label": "Repo URL",
    "format": "link"
  },
  "orgLogin": {
    "label": "Org",
    "format": "text"
  },
  "commitCount": {
    "label": "Commits",
    "format": "text"
  },
  "prNumber": {
    "label": "PR #",
    "format": "text"
  },
  "issueNumber": {
    "label": "Issue #",
    "format": "text"
  },
  "releaseTag": {
    "label": "Release",
    "format": "text"
  },
  "hourFile": {
    "label": "Hour File",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Archive Events Scraper — Historical GH Events by Date](https://apify.com/logiover/github-archive-events-scraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-archive-events-scraper) to learn more, explore other use cases, and run it yourself.