Skip to content

Commit 03a814c

Browse files
committed
ci: trigger only on changes_requested reviews
1 parent 0a4f86e commit 03a814c

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

.github/workflows/sdk_pr_review.yml

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

0 commit comments

Comments
 (0)