{"id":50931912,"url":"https://github.com/goonobu-dot/codex-maintainer-action","last_synced_at":"2026-06-17T05:04:29.276Z","repository":{"id":365032043,"uuid":"1269657754","full_name":"goonobu-dot/codex-maintainer-action","owner":"goonobu-dot","description":"GitHub Action that runs codex-maintainer-kit to generate OSS maintenance briefs, task queues, and artifacts.","archived":false,"fork":false,"pushed_at":"2026-06-15T14:30:23.000Z","size":17,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-15T16:17:31.234Z","etag":null,"topics":["codex","github-actions","maintainer","open-source","openai","oss-tools"],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/goonobu-dot.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2026-06-15T01:19:08.000Z","updated_at":"2026-06-15T14:31:52.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/goonobu-dot/codex-maintainer-action","commit_stats":null,"previous_names":["goonobu-dot/codex-maintainer-action"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/goonobu-dot/codex-maintainer-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goonobu-dot%2Fcodex-maintainer-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goonobu-dot%2Fcodex-maintainer-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goonobu-dot%2Fcodex-maintainer-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goonobu-dot%2Fcodex-maintainer-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/goonobu-dot","download_url":"https://codeload.github.com/goonobu-dot/codex-maintainer-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/goonobu-dot%2Fcodex-maintainer-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34434496,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-17T02:00:05.408Z","response_time":127,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["codex","github-actions","maintainer","open-source","openai","oss-tools"],"created_at":"2026-06-17T05:04:16.770Z","updated_at":"2026-06-17T05:04:29.270Z","avatar_url":"https://github.com/goonobu-dot.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Codex Maintainer Action\n\nGitHub Action wrapper for [`codex-maintainer-kit`](https://github.com/goonobu-dot/codex-maintainer-kit).\n\nIt runs the CLI in GitHub Actions and generates Codex-ready maintenance artifacts for open source repositories:\n\n- `OSS_MAINTENANCE_AUDIT.md`\n- `MAINTAINER_BRIEF.md`\n- `CODEX_TASKS.md`\n- `codex-tasks.json`\n- `CODEX_REVIEW.md`\n\nThe action also writes a GitHub Actions job summary with the audit score, review risk, and artifact paths. The intent is human-reviewed OSS maintenance. The action surfaces work, drafts task queues, and stores artifacts. It does not auto-merge, auto-release, or grant Codex write access.\n\n## Usage\n\n```yaml\nname: Codex maintenance\n\non:\n  workflow_dispatch:\n  schedule:\n    - cron: \"0 9 * * 1\"\n\njobs:\n  codex-maintenance:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: goonobu-dot/codex-maintainer-action@v0.2.0\n        with:\n          output-dir: codex-maintenance\n```\n\n## Inputs\n\n| Input | Default | Description |\n| --- | --- | --- |\n| `repo-path` | `.` | Repository path to inspect. |\n| `output-dir` | `codex-maintenance` | Directory where generated files are written. |\n| `kit-ref` | `v0.3.0` | Branch, tag, or commit of `codex-maintainer-kit` to install. |\n| `comment-pr` | `false` | Post a short pull request comment with artifact paths and maintainer review guidance. |\n| `upload-artifact` | `true` | Upload generated files as an artifact. |\n| `artifact-name` | `codex-maintenance` | Artifact name. |\n\n## Outputs\n\n| Output | Description |\n| --- | --- |\n| `output-dir` | Directory containing generated maintenance files. |\n| `maintenance-audit` | Path to `OSS_MAINTENANCE_AUDIT.md`. |\n| `maintainer-brief` | Path to `MAINTAINER_BRIEF.md`. |\n| `codex-tasks` | Path to `CODEX_TASKS.md`. |\n| `codex-tasks-json` | Path to `codex-tasks.json`. |\n| `codex-review` | Path to `CODEX_REVIEW.md`. |\n\n## Pull Request Comment Mode\n\nPR comments are disabled by default. Enable them only on pull request workflows where you want maintainers to see the generated artifact paths directly in the conversation:\n\n```yaml\npermissions:\n  contents: read\n  pull-requests: write\n\non:\n  pull_request:\n\njobs:\n  codex-maintenance:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v4\n      - uses: goonobu-dot/codex-maintainer-action@v0.2.0\n        with:\n          comment-pr: \"true\"\n          output-dir: codex-maintenance\n```\n\nThe comment is intentionally short. It points to generated artifacts and repeats the human review rule instead of pasting full reports into the PR.\n\n## Choosing `kit-ref`\n\n`kit-ref` controls which `codex-maintainer-kit` release the action installs.\n\nUse a pinned release tag for normal repositories:\n\n```yaml\nwith:\n  kit-ref: v0.3.0\n```\n\nPinned tags make workflow output stable and easier to review. Use a full commit SHA when you need maximum reproducibility for regulated or high-trust maintenance workflows. Use `main` only when testing the newest CLI behavior before a release; avoid `main` in production workflows because generated output can change without warning.\n\n## Relationship To Codex Maintainer Kit\n\n`codex-maintainer-kit` is the CLI. This repository is the GitHub-native runner.\n\nUse the CLI locally when a maintainer wants to inspect a repository by hand. Use this action when a repository should regularly produce maintenance artifacts through GitHub Actions.\n\n## Security Model\n\n- No secrets are required.\n- The action reads the checked-out repository and writes generated files to `output-dir`.\n- Generated files are uploaded as workflow artifacts when `upload-artifact` is `true`.\n- Pull request comments are posted only when `comment-pr` is `true` and the workflow grants `pull-requests: write`.\n- A human maintainer reviews generated tasks before opening PRs or merging changes.\n\n## Development\n\nRun local contract tests:\n\n```bash\npython3 -m pytest -p no:cacheprovider tests -q\n```\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoonobu-dot%2Fcodex-maintainer-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgoonobu-dot%2Fcodex-maintainer-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgoonobu-dot%2Fcodex-maintainer-action/lists"}