Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion ambient-workflows/odis-pr-review/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,11 @@ Given a PR number or GitHub URL, this workflow:
3. Aggregates findings with severity levels (Critical, Concern, Informational)
4. Posts the review as a comment on the PR

## Usage
## Automatic Trigger

This workflow is triggered automatically via GitHub Actions when a PR is opened or updated against `main`. See `.github/workflows/pr-review.yml`.

## Manual Usage

Provide a PR number or URL when prompted:

Expand Down
Loading