File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,7 +17,11 @@ permissions:
1717
1818jobs :
1919 auto-review :
20- if : ${{ !github.event.pull_request.draft && github.event.pull_request.author_association == 'MEMBER' }}
20+ if : >-
21+ ${{
22+ !github.event.pull_request.draft &&
23+ contains(fromJSON('["MEMBER", "OWNER"]'), github.event.pull_request.author_association)
24+ }}
2125 runs-on : ubuntu-latest
2226 timeout-minutes : 10
2327 steps :
3539 prompt : |
3640 REPO: ${{ github.repository }}
3741 PR NUMBER: ${{ github.event.pull_request.number }}
38-
39- Perform code review. Provide detailed feedback using inline comments for specific issues. Apply Conventional Comments.
42+
43+ Review this PR for correctness, security, and code quality. Use Conventional Comments.
44+
45+ Always provide inline comments for specific issues.
46+ Post a general summary comment with an overall score (0-5, where 0 is poor and 5 is excellent).
You can’t perform that action at this time.
0 commit comments