We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03a814c commit 615e595Copy full SHA for 615e595
.github/workflows/sdk_pr_review.yml
@@ -38,7 +38,8 @@ jobs:
38
fix-review-feedback:
39
name: "Apply Review Fixes"
40
if: >-
41
- github.event.review.state == 'changes_requested'
+ (github.event.review.state == 'changes_requested'
42
+ || (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