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