Skip to content

Run public OCR reviews on hosted runners by request - #17

Merged
VladimirBrejcha merged 1 commit into
mainfrom
codex/public-ocr-hosted-manual
Aug 20, 2026
Merged

Run public OCR reviews on hosted runners by request#17
VladimirBrejcha merged 1 commit into
mainfrom
codex/public-ocr-hosted-manual

Conversation

@VladimirBrejcha

Copy link
Copy Markdown
Contributor

Summary

  • run OpenCodeReview on the free standard GitHub-hosted Ubuntu runner
  • remove automatic pull-request review triggers
  • allow reviews only after a member, owner, or collaborator requests one in a PR comment

Verification

  • actionlint v1.7.7
  • npm run agent:verify -- --profile spec-only --paths .github/workflows/ocr-review.yml
  • npm run agent:complete -- --session-dir <task-session>

Why:
Public pull requests should not automatically schedule review work on a persistent self-hosted runner.

Changed:
- Run OCR on ubuntu-latest.
- Accept only explicit review commands from authorized repository members.
- Remove the pull_request_target path and unused event handling.

Verification:
- actionlint v1.7.7
- npm run agent:verify -- --profile spec-only --paths .github/workflows/ocr-review.yml

Affected:
- .github/workflows/ocr-review.yml

Refs:
- Public Actions runner hardening

Session:
- task-sessions/20260820-public-ocr-hosted-manual
@VladimirBrejcha
VladimirBrejcha merged commit 107c5a7 into main Aug 20, 2026
0 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant