[codex] add repo_state generator and workflow

This commit is contained in:
Clément SAILLANT
2026-02-21 03:23:39 +01:00
parent b97794c967
commit d77ab32707
4 changed files with 229 additions and 0 deletions
+30
View File
@@ -0,0 +1,30 @@
name: Repo State
on:
push:
pull_request:
workflow_dispatch:
jobs:
repo-state:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Generate repo state
run: |
python3 tools/repo_state/collect.py --repo-name RTC_BL_PHONE
- name: Upload repo-state artifact
uses: actions/upload-artifact@v4
with:
name: repo-state
path: |
docs/REPO_STATE.md
docs/repo_state.json