diff options
| author | Aiden Cline <[email protected]> | 2025-12-03 13:35:49 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-03 13:35:49 -0600 |
| commit | 70f47223569c960e6f8c696a0248e913c6d9e5ed (patch) | |
| tree | c8be774770c5cfe65e883364537f762d611abe41 /.github/workflows | |
| parent | 8898bf7ca44a070d63f07a16812747f6535e8431 (diff) | |
| download | opencode-70f47223569c960e6f8c696a0248e913c6d9e5ed.tar.gz opencode-70f47223569c960e6f8c696a0248e913c6d9e5ed.zip | |
ci: review ready for review action
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/review.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 78b7868ff..d12cabee2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -2,7 +2,7 @@ name: Guidelines Check on: pull_request_target: - types: [opened] + types: [opened, ready_for_review] issue_comment: types: [created] |
