# GitHub Activity Monitor for VS Code Updates

**Use case:** 

Track commits, pull requests, issues, and releases in the Microsoft VS Code repository. Receive structured data on the latest development activities.

## Input

```json
{
  "mode": "repo",
  "repos": [
    "microsoft/vscode"
  ],
  "org": "kubernetes",
  "user": "torvalds",
  "eventTypes": [
    "commits",
    "pulls",
    "issues",
    "releases"
  ],
  "since": "2026-06-01",
  "maxPerType": 100,
  "maxOrgRepos": 10,
  "ghToken": "",
  "useApifyProxy": true
}
```

## Output

```json
{
  "repo": {
    "label": "Repo",
    "format": "string"
  },
  "type": {
    "label": "Type",
    "format": "string"
  },
  "title": {
    "label": "Title",
    "format": "string"
  },
  "actor": {
    "label": "Actor",
    "format": "string"
  },
  "createdAt": {
    "label": "Created",
    "format": "string"
  },
  "state": {
    "label": "State",
    "format": "string"
  },
  "action": {
    "label": "Action",
    "format": "string"
  },
  "url": {
    "label": "URL",
    "format": "string"
  },
  "scrapedAt": {
    "label": "Scraped",
    "format": "string"
  }
}
```

## About this Actor

This example demonstrates how to use [GitHub Activity Stream — AI Agent Dev Monitoring API](https://apify.com/logiover/github-activity-stream) with a specific input configuration. Visit the [Actor detail page](https://apify.com/logiover/github-activity-stream) to learn more, explore other use cases, and run it yourself.