Add GitHub Actions automation to mirror repository events to LOGS

Agent-Logs-Url: https://github.com/th30d4y/OpenLearnX/sessions/17fba2c8-4f49-4a78-9dc4-483acc8cc945

Co-authored-by: Stalin-143 <161853795+Stalin-143@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-04-19 06:34:54 +00:00
committed by GitHub
parent 23e4e587bd
commit d3f38ad2f5
2 changed files with 119 additions and 0 deletions
+17
View File
@@ -109,6 +109,23 @@ pnpm run dev
---
## 🧾 Repository Event Logging Automation
This repository includes a GitHub Actions workflow at:
- `.github/workflows/mirror-repo-events-to-logs.yml`
It captures repository events (push, pull request activity, stars, forks, create/delete, and related interactions) and appends structured JSON logs to:
- `https://github.com/th30d4y/LOGS`
### Required setup
Add this repository secret in **OpenLearnX**:
- `LOGS_REPO_PAT`: a Personal Access Token with write access to `th30d4y/LOGS` (for example, `contents:write` on that repo).
---