diff --git a/.github/workflows/pr-analysis.yml b/.github/workflows/pr-analysis.yml index c3f7ffecff61..92190984c88f 100644 --- a/.github/workflows/pr-analysis.yml +++ b/.github/workflows/pr-analysis.yml @@ -1,7 +1,7 @@ name: PR Analysis on: pull_request_target: - types: [opened, synchronize, labeled, unlabeled] + types: [opened, synchronize, labeled, unlabeled, ready_for_review] permissions: contents: read pull-requests: read