Skip to content

Commit af678ea

Browse files
author
jolestar
committed
ci: remove holon-review workflow; gate auto_review via trigger var
1 parent bdd4fa3 commit af678ea

File tree

2 files changed

+2
-22
lines changed

2 files changed

+2
-22
lines changed

.github/workflows/holon-review.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

examples/workflows/holon-trigger.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ jobs:
2828
assignee_login: ${{ github.event.assignee.login || '' }}
2929
comment_id: ${{ github.event.comment.id || 0 }}
3030
review_id: ${{ github.event.review.id || 0 }}
31+
# Optional: enable auto-review for every PR when true
32+
auto_review: false
3133
# Optional: Specify custom runner labels.
3234
# Plain string for single label (e.g., 'self-hosted' or 'ubuntu-24.04-large'):
3335
# runs_on: 'self-hosted'

0 commit comments

Comments
 (0)