From e27e75ea8595c53e9d2a3e15e1bd2038b5c30697 Mon Sep 17 00:00:00 2001 From: ishowvel Date: Thu, 31 Oct 2024 02:21:52 +0530 Subject: [PATCH] Update .ubiquity-os.config.dev.yml --- .github/.ubiquity-os.config.dev.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/.ubiquity-os.config.dev.yml b/.github/.ubiquity-os.config.dev.yml index dad443e..0e19f6d 100644 --- a/.github/.ubiquity-os.config.dev.yml +++ b/.github/.ubiquity-os.config.dev.yml @@ -9,8 +9,9 @@ plugins: - "repoName" - "repoName2" eventWhitelist: - - "review_requested" - - "ready_for_review" - - "commented" - - "committed" + - "pull_request.review_requested" + - "pull_request.ready_for_review" + - "pull_request_review_comment.created" + - "issue_comment.created" + - "push"