shen-3/AgentReviewOps
Policy-as-code risk gate for AI-generated pull requests.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github-token | GitHub token used to post or update comments, publish checks, and optionally request reviewers. | no | "" |
| config | Path to the AgentReviewOps YAML config file. | no | .agentreview.yml |
| diff-file | Optional prepared unified diff file. When omitted on pull_request events, the action builds one. | no | "" |
| output | Path where the Markdown report should be written. | no | agentreview-report.md |
| json-output | Optional path to write structured AgentReviewOps JSON output. | no | "" |
| sarif-output | Optional path to write AgentReviewOps SARIF output. | no | "" |
| comment | Set to true to post or update the generated report as a GitHub pull request comment. | no | true |
| request-reviewers | Request GitHub reviewers from AgentReviewOps review routing output. | no | false |
| reviewer-request-mode | Which reviewers to request: users, teams, or users-and-teams. | no | users-and-teams |
| reviewer-request-failure-mode | Whether reviewer request failures should fail the job or only warn. One of warn, fail. | no | warn |
| checks | Publish an AgentReviewOps GitHub Check Run. | no | false |
| check-name | Name of the GitHub Check Run. | no | AgentReviewOps |
| check-title | Title shown in the GitHub Check output. | no | AgentReviewOps policy gate |
| fail-on | Fail the job when risk is at or above this level. One of low, medium, high, block, never. | no | never |
| codeowners-file | Optional CODEOWNERS file for human review routing. When omitted, standard CODEOWNERS paths are used. | no | "" |
| api-url | Optional AgentReviewOps API base URL for self-hosted dashboard submission. | no | "" |
| api-key | Optional AgentReviewOps API key for self-hosted dashboard submission. Prefer a GitHub secret. | no | "" |
| repository | Optional repository identifier such as owner/name. Defaults to the GitHub repository context. | no | "" |
| pr-number | Optional pull request number. Defaults to the pull_request event number when available. | no | "" |
Outputs
no outputs