run pr review workflow when a review is changed (#7424)

This commit is contained in:
Alexander Kuzmenkov 2024-11-06 18:11:02 +01:00 committed by GitHub
parent 6803dd87c0
commit 0b5017ed03
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,6 +7,8 @@ name: PR Approval Check
pull_request:
types: [opened, synchronize, reopened, edited, auto_merge_enabled, auto_merge_disabled]
branches: [main]
pull_request_review:
jobs:
check_approvals: