We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ced0dfc commit c565289Copy full SHA for c565289
1 file changed
.github/workflows/sdk_pr_review.yml
@@ -39,7 +39,7 @@ jobs:
39
name: "Apply Review Fixes"
40
if: >-
41
(github.event.review.state == 'changes_requested'
42
- || github.event.review.state == 'commented')
+ || (github.event.review.state == 'commented' && github.event.review.body != ''))
43
&& (github.event.pull_request.user.login == 'yenkins-admin'
44
|| github.event.pull_request.user.login == 'tychtjan')
45
&& github.event.pull_request.head.repo.full_name == github.event.pull_request.base.repo.full_name
0 commit comments