Skip to content

Commit

Permalink
feat(workflow): run gpt review from forked pr (autowarefoundation#4515)
Browse files Browse the repository at this point in the history
* feat(workflow): run gpt review from forked pr

Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>

* only run when the label is added

Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>

---------

Signed-off-by: Yukihito Saito <yukky.saito@gmail.com>
  • Loading branch information
yukkysaito authored Aug 4, 2023
1 parent 74d4e75 commit 7ebe65f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/openai-pr-reviewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,8 @@ permissions:
pull-requests: write

on:
pull_request:
pull_request_target:
types:
- opened
- synchronize
- labeled
pull_request_review_comment:
types: [created]
Expand Down

0 comments on commit 7ebe65f

Please sign in to comment.