From 18b1d1bbbd81def9338dab9acc9cbdf8eab79b0b Mon Sep 17 00:00:00 2001 From: Fran Mulero Date: Fri, 13 Jan 2023 19:04:52 +0100 Subject: [PATCH] [bitanmi/charts] Disable pull_request_review_listener Disable pull_request_review_listener in pr-reviews workflow Signed-off-by: Fran Mulero --- .github/workflows/pr-reviews.yml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pr-reviews.yml b/.github/workflows/pr-reviews.yml index 8677bc3c83..ef7efeeb5d 100644 --- a/.github/workflows/pr-reviews.yml +++ b/.github/workflows/pr-reviews.yml @@ -4,14 +4,13 @@ on: types: - review_requested - synchronize - pull_request_review: - types: - - submitted + # For some reason events triggered by pull_request_review + # are failing due to a lack of permissions + # pull_request_review: + # types: + # - submitted permissions: repository-projects: write - # These permissions are required by the action - issues: write - pull-requests: write jobs: comments_handler: runs-on: ubuntu-latest