diff options
| author | Aiden Cline <[email protected]> | 2025-12-04 01:07:04 -0600 |
|---|---|---|
| committer | Aiden Cline <[email protected]> | 2025-12-04 01:07:04 -0600 |
| commit | 088ebb967f514fa08ba10b21c46dc123ffdf3f84 (patch) | |
| tree | 509dc18024eeaa6e2a83d80d290863d39a432843 | |
| parent | bcf740f98a6396bd8dbc475e08f1acffc5b0f4a0 (diff) | |
| download | opencode-088ebb967f514fa08ba10b21c46dc123ffdf3f84.tar.gz opencode-088ebb967f514fa08ba10b21c46dc123ffdf3f84.zip | |
ci: only maintainer can trigger
| -rw-r--r-- | .github/workflows/review.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/review.yml b/.github/workflows/review.yml index 0739d57c0..ffcf085d2 100644 --- a/.github/workflows/review.yml +++ b/.github/workflows/review.yml @@ -1,16 +1,12 @@ name: Guidelines Check on: - pull_request_target: - types: [opened, ready_for_review] issue_comment: types: [created] jobs: check-guidelines: if: | - (github.event_name == 'pull_request_target' && - github.event.pull_request.draft == false) || (github.event_name == 'issue_comment' && github.event.issue.pull_request && startsWith(github.event.comment.body, '/review')) |
