Skip to content

Commit 615e595

Browse files
committed
ci: also trigger on comment reviews with body
1 parent 03a814c commit 615e595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/sdk_pr_review.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,8 @@ jobs:
3838
fix-review-feedback:
3939
name: "Apply Review Fixes"
4040
if: >-
41-
github.event.review.state == 'changes_requested'
41+
(github.event.review.state == 'changes_requested'
42+
|| (github.event.review.state == 'commented' && github.event.review.body))
4243
&& (github.event.pull_request.user.login == 'yenkins-admin'
4344
|| github.event.pull_request.user.login == 'tychtjan')
4445
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name

0 commit comments

Comments
 (0)