We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50cfe9f commit ced0dfcCopy full SHA for ced0dfc
.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')
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