anc95 / ChatGPT-CodeReview

🐥 A code review bot powered by ChatGPT
https://github.com/apps/cr-gpt
ISC License
3.77k stars 360 forks source link

How to code review with push instead of pull #137

Open dev-shinyu opened 5 months ago

dev-shinyu commented 5 months ago

Can bots review during push event on github as well? I set it as below but it doesn't seem to work. Is there a way? API_KEY registered successfully.

.github/workflows/cr.yml

name: Code Review

permissions: contents: read pull-requests: write

on: pull_request: branches:

anc95 commented 5 months ago

Have you checked the CI job, was it run successfully?

dev-shinyu commented 5 months ago

@anc95 Of course, I checked it