Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 535 Bytes

File metadata and controls

13 lines (8 loc) · 535 Bytes

GitHub API /meta Log

Automated hourly snapshots of https://api.github.com/meta, committed to this repository so that every change is captured in the Git history.

How it works

A GitHub Actions workflow runs every hour (and on manual trigger):

  1. Fetches the current JSON from https://api.github.com/meta
  2. Pretty-prints it to meta.json
  3. Commits and pushes only if the content has changed

Browse the commit history of meta.json to see all recorded changes.