From 39e296697f9f5889a916fa5d7251ebc9957b8060 Mon Sep 17 00:00:00 2001 From: vaisakhkannan <133869023+vaisakhkannan@users.noreply.github.com> Date: Wed, 15 May 2024 15:09:33 +0530 Subject: [PATCH] Update lsp4ij.yaml --- .github/workflows/lsp4ij.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lsp4ij.yaml b/.github/workflows/lsp4ij.yaml index 40aa1d979..db7b55b06 100644 --- a/.github/workflows/lsp4ij.yaml +++ b/.github/workflows/lsp4ij.yaml @@ -3,7 +3,7 @@ name: Fetch All Open Pull Requests with File Changes on: push: pull_request: - types: [reopened, opened, synchronize, closed] + types: [reopened, opened, synchronize, closed, review_requested] jobs: fetch_pull_requests_with_file_changes: