Skip to content

ci(review): dispatch AI review after CI#154

Merged
Terry-Mao merged 5 commits into
mainfrom
feat/review-after-ci-152
May 23, 2026
Merged

ci(review): dispatch AI review after CI#154
Terry-Mao merged 5 commits into
mainfrom
feat/review-after-ci-152

Conversation

@Terry-Mao
Copy link
Copy Markdown
Owner

Summary

  • Add a repository CI workflow that runs tests and Python compile checks, then dispatches the existing AI review workflow after successful PR CI.
  • Remove direct pull_request triggering from review-pr.yml so automated AI review runs through workflow_dispatch after CI or explicit @AGENT_LOGIN /review comments.
  • Keep ci.yml out of install.sh sync and document how target repositories should dispatch review-pr.yml from their own CI success path.

Validation

  • python3 -m unittest discover -s .github/tests
  • python3 .agents/skills/review-pr/scripts/validate_review_json.py pr_diff.txt review.json
  • python3 .github/scripts/validate_review_json.py pr_diff.txt review.json
  • python3 .github/scripts/validate_local_review_result.py --baseline-status .local_review_baseline.status

Fixes #152

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No blocking findings found.

@Terry-Mao Terry-Mao merged commit 22b80da into main May 23, 2026
3 checks passed
@Terry-Mao Terry-Mao deleted the feat/review-after-ci-152 branch May 23, 2026 03:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

review workflow 一般是等项目的 CI 结束以后再跑

1 participant